Bug Fixes, remove slow clap

This commit is contained in:
Daniel Odendahl Jr
2018-09-09 16:41:59 +00:00
parent 5fdc9c1853
commit 4cd7a4b06c
7 changed files with 12 additions and 29 deletions
@@ -2,13 +2,13 @@ const Command = require('../../structures/Command');
const request = require('node-superfetch');
const { GOOGLE_KEY } = process.env;
module.exports = class MapCommand extends Command {
module.exports = class GoogleMapCommand extends Command {
constructor(client) {
super(client, {
name: 'map',
aliases: ['google-maps', 'google-map'],
name: 'google-map',
aliases: ['google-maps', 'map'],
group: 'search',
memberName: 'map',
memberName: 'google-map',
description: 'Responds with a map of a specific location.',
clientPermissions: ['ATTACH_FILES'],
args: [
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class YoutubeCommand extends Command {
constructor(client) {
super(client, {
name: 'youtube',
aliases: ['youtube-video', 'y-tube', 'u-tube'],
aliases: ['youtube-video', 'y-tube', 'u-tube', 'yt'],
group: 'search',
memberName: 'youtube',
description: 'Searches YouTube for your query.',