From 96b03b40ba6c5a15d8fd8c742285a18bdf06a60c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 11 Apr 2017 03:32:52 +0000 Subject: [PATCH] Oh Noes I did a Bad --- commands/avataredit/3000years.js | 4 ++-- commands/avataredit/beautiful.js | 4 ++-- commands/avataredit/bobross.js | 4 ++-- commands/avataredit/rip.js | 4 ++-- commands/avataredit/steamcard.js | 4 ++-- commands/botinfo/contact.js | 4 ++-- commands/botinfo/info.js | 4 ++-- commands/botinfo/invite.js | 4 ++-- commands/botinfo/uptime.js | 4 ++-- commands/games/lottery.js | 4 ++-- commands/games/mathgame.js | 4 ++-- commands/games/quiz.js | 4 ++-- commands/games/rockpaperscissors.js | 4 ++-- commands/games/slots.js | 4 ++-- commands/games/typinggame.js | 4 ++-- commands/guildinfo/emoji.js | 4 ++-- commands/guildinfo/guildinfo.js | 4 ++-- commands/imageedit/meme.js | 4 ++-- commands/moderation/ban.js | 4 ++-- commands/moderation/kick.js | 4 ++-- commands/moderation/lockdown.js | 4 ++-- commands/moderation/prune.js | 4 ++-- commands/moderation/unban.js | 4 ++-- commands/moderation/warn.js | 4 ++-- commands/numedit/math.js | 4 ++-- commands/numedit/roman.js | 4 ++-- commands/random/canyounot.js | 4 ++-- commands/random/giveflower.js | 4 ++-- commands/random/lenny.js | 4 ++-- commands/random/nitro.js | 4 ++-- commands/random/slowclap.js | 4 ++-- commands/random/spam.js | 4 ++-- commands/random/strawpoll.js | 4 ++-- commands/random/today.js | 4 ++-- commands/response/8ball.js | 4 ++-- commands/response/cat.js | 4 ++-- commands/response/choose.js | 4 ++-- commands/response/coin.js | 4 ++-- commands/response/compliment.js | 4 ++-- commands/response/factcore.js | 4 ++-- commands/response/fishy.js | 4 ++-- commands/response/fortune.js | 4 ++-- commands/response/motivate.js | 4 ++-- commands/response/name.js | 4 ++-- commands/response/offspring.js | 4 ++-- commands/response/potato.js | 4 ++-- commands/response/pun.js | 4 ++-- commands/response/quantumcoin.js | 4 ++-- commands/response/ratewaifu.js | 4 ++-- commands/response/roast.js | 4 ++-- commands/response/roll.js | 4 ++-- commands/response/roulette.js | 4 ++-- commands/response/ship.js | 4 ++-- commands/response/vocaloid.js | 4 ++-- commands/response/xiaopai.js | 4 ++-- commands/roleplay/cuddle.js | 4 ++-- commands/roleplay/divorce.js | 4 ++-- commands/roleplay/eat.js | 4 ++-- commands/roleplay/falconpunch.js | 4 ++-- commands/roleplay/fistbump.js | 4 ++-- commands/roleplay/highfive.js | 4 ++-- commands/roleplay/hitwithshovel.js | 4 ++-- commands/roleplay/hug.js | 4 ++-- commands/roleplay/inhales.js | 4 ++-- commands/roleplay/kill.js | 4 ++-- commands/roleplay/kiss.js | 4 ++-- commands/roleplay/marries.js | 4 ++-- commands/roleplay/pat.js | 4 ++-- commands/roleplay/poke.js | 4 ++-- commands/roleplay/punch.js | 4 ++-- commands/roleplay/slap.js | 4 ++-- commands/search/botinfo.js | 4 ++-- commands/search/define.js | 4 ++-- commands/search/discrim.js | 4 ++-- commands/search/forecast.js | 4 ++-- commands/search/google.js | 4 ++-- commands/search/imdb.js | 4 ++-- commands/search/neopet.js | 4 ++-- commands/search/osu.js | 4 ++-- commands/search/pokedex.js | 4 ++-- commands/search/urban.js | 4 ++-- commands/search/wattpad.js | 4 ++-- commands/search/weather.js | 4 ++-- commands/search/wikipedia.js | 4 ++-- commands/search/youtube.js | 4 ++-- commands/search/yugioh.js | 4 ++-- commands/textedit/binary.js | 4 ++-- commands/textedit/cowsay.js | 4 ++-- commands/textedit/embed.js | 4 ++-- commands/textedit/morse.js | 4 ++-- commands/textedit/pirate.js | 4 ++-- commands/textedit/reverse.js | 4 ++-- commands/textedit/romaji.js | 4 ++-- commands/textedit/say.js | 4 ++-- commands/textedit/shuffle.js | 4 ++-- commands/textedit/translate.js | 4 ++-- commands/textedit/webhook.js | 4 ++-- commands/textedit/yoda.js | 4 ++-- commands/textedit/zalgo.js | 4 ++-- commands/userinfo/avatar.js | 4 ++-- commands/userinfo/userinfo.js | 4 ++-- commands/util/sendDM.js | 4 ++-- commands/util/servers.js | 4 ++-- 103 files changed, 206 insertions(+), 206 deletions(-) diff --git a/commands/avataredit/3000years.js b/commands/avataredit/3000years.js index a250b20f..60e056e9 100644 --- a/commands/avataredit/3000years.js +++ b/commands/avataredit/3000years.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Jimp = require('jimp'); module.exports = class YearsCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: '3000years', aliases: [ 'az' diff --git a/commands/avataredit/beautiful.js b/commands/avataredit/beautiful.js index bdae4d2a..015d2464 100644 --- a/commands/avataredit/beautiful.js +++ b/commands/avataredit/beautiful.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Jimp = require('jimp'); module.exports = class BeautifulCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'beautiful', aliases: [ 'grunklestan' diff --git a/commands/avataredit/bobross.js b/commands/avataredit/bobross.js index 6d7c53b1..42b44b7a 100644 --- a/commands/avataredit/bobross.js +++ b/commands/avataredit/bobross.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Jimp = require('jimp'); module.exports = class BobRossCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'bobross', aliases: [ 'bob', diff --git a/commands/avataredit/rip.js b/commands/avataredit/rip.js index b33924ef..a04c5052 100644 --- a/commands/avataredit/rip.js +++ b/commands/avataredit/rip.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Jimp = require('jimp'); module.exports = class RIPCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'rip', aliases: [ 'grave', diff --git a/commands/avataredit/steamcard.js b/commands/avataredit/steamcard.js index b117f70d..eca3dfaf 100644 --- a/commands/avataredit/steamcard.js +++ b/commands/avataredit/steamcard.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Jimp = require('jimp'); module.exports = class SteamCardCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'steamcard', aliases: [ 'card' diff --git a/commands/botinfo/contact.js b/commands/botinfo/contact.js index af66cd43..65e5cc7d 100644 --- a/commands/botinfo/contact.js +++ b/commands/botinfo/contact.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class ContactCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'contact', aliases: [ 'suggest', diff --git a/commands/botinfo/info.js b/commands/botinfo/info.js index b97ece02..e54aca43 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -5,8 +5,8 @@ const moment = require('moment'); require('moment-duration-format'); module.exports = class InfoCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'info', aliases: [ 'data', diff --git a/commands/botinfo/invite.js b/commands/botinfo/invite.js index beb3b0e4..447e9260 100644 --- a/commands/botinfo/invite.js +++ b/commands/botinfo/invite.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class InviteCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'invite', group: 'botinfo', memberName: 'invite', diff --git a/commands/botinfo/uptime.js b/commands/botinfo/uptime.js index 33e6c24e..2f1573ba 100644 --- a/commands/botinfo/uptime.js +++ b/commands/botinfo/uptime.js @@ -3,8 +3,8 @@ const moment = require('moment'); require('moment-duration-format'); module.exports = class UptimeCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'uptime', group: 'botinfo', memberName: 'uptime', diff --git a/commands/games/lottery.js b/commands/games/lottery.js index ac83a77c..7b5bf7db 100644 --- a/commands/games/lottery.js +++ b/commands/games/lottery.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class LotteryCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'lottery', group: 'games', memberName: 'lottery', diff --git a/commands/games/mathgame.js b/commands/games/mathgame.js index 38440f5a..96d98ffd 100644 --- a/commands/games/mathgame.js +++ b/commands/games/mathgame.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const math = require('mathjs'); module.exports = class MathGameCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'mathgame', group: 'games', memberName: 'mathgame', diff --git a/commands/games/quiz.js b/commands/games/quiz.js index b10642d6..878a0c6b 100644 --- a/commands/games/quiz.js +++ b/commands/games/quiz.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class QuizCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'quiz', aliases: [ 'jeopardy' diff --git a/commands/games/rockpaperscissors.js b/commands/games/rockpaperscissors.js index e233dac2..d4f2e69a 100644 --- a/commands/games/rockpaperscissors.js +++ b/commands/games/rockpaperscissors.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RockPaperScissorsCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'rps', aliases: [ 'rockpaperscissors' diff --git a/commands/games/slots.js b/commands/games/slots.js index ae2ca1e3..d03f9e69 100644 --- a/commands/games/slots.js +++ b/commands/games/slots.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class SlotsCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'slots', group: 'games', memberName: 'slots', diff --git a/commands/games/typinggame.js b/commands/games/typinggame.js index 6225437c..1d6124f5 100644 --- a/commands/games/typinggame.js +++ b/commands/games/typinggame.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class TypingGameCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'typinggame', group: 'games', memberName: 'typinggame', diff --git a/commands/guildinfo/emoji.js b/commands/guildinfo/emoji.js index c37ea028..ecf6c786 100644 --- a/commands/guildinfo/emoji.js +++ b/commands/guildinfo/emoji.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class EmojiCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'emoji', aliases: [ 'emoticons', diff --git a/commands/guildinfo/guildinfo.js b/commands/guildinfo/guildinfo.js index 27c09cb4..bf73d842 100644 --- a/commands/guildinfo/guildinfo.js +++ b/commands/guildinfo/guildinfo.js @@ -4,8 +4,8 @@ const moment = require('moment'); require('moment-duration-format'); module.exports = class GuildInfoCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'server', aliases: [ 'guild', diff --git a/commands/imageedit/meme.js b/commands/imageedit/meme.js index b7c44818..0d373b72 100644 --- a/commands/imageedit/meme.js +++ b/commands/imageedit/meme.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const memecodes = ['tenguy', 'afraid', 'older', 'aag', 'tried', 'biw', 'blb', 'kermit', 'bd', 'ch', 'cbg', 'wonka', 'cb', 'keanu', 'dsm', 'live', 'ants', 'doge', 'alwaysonbeat', 'ermg', 'facepalm', 'fwp', 'fa', 'fbf', 'fry', 'hipster', 'icanhas', 'crazypills', 'mw', 'noidea', 'regret', 'boat', 'hagrid', 'sohappy', 'captain', 'inigo', 'iw', 'ackbar', 'happening', 'joker', 'ive', 'll', 'morpheus', 'mb', 'badchoice', 'mmm', 'jetpack', 'red', 'mordor', 'oprah', 'oag', 'remembers', 'philosoraptor', 'jw', 'patrick', 'rollsafe', 'sad-obama', 'sad-clinton', 'sadfrog', 'sad-bush', 'sad-biden', 'sad-boehner', 'saltbae', 'sarcasticbear', 'dwight', 'sb', 'ss', 'sf', 'dodgson', 'money', 'sohot', 'nice', 'awesome-awkward', 'awesome', 'awkward-awesome', 'awkward', 'fetch', 'success', 'scc', 'ski', 'officespace', 'interesting', 'toohigh', 'bs', 'center', 'both', 'winter', 'xy', 'buzz', 'yodawg', 'uno', 'yallgot', 'bad', 'elf', 'chosen']; module.exports = class MemeCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'meme', aliases: [ 'memegen' diff --git a/commands/moderation/ban.js b/commands/moderation/ban.js index b52428b1..66e884de 100644 --- a/commands/moderation/ban.js +++ b/commands/moderation/ban.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class BanCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'ban', aliases: [ 'banne' diff --git a/commands/moderation/kick.js b/commands/moderation/kick.js index 2fb29834..3d86a4a6 100644 --- a/commands/moderation/kick.js +++ b/commands/moderation/kick.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class KickCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'kick', group: 'moderation', memberName: 'kick', diff --git a/commands/moderation/lockdown.js b/commands/moderation/lockdown.js index e93cdf87..c14feac1 100644 --- a/commands/moderation/lockdown.js +++ b/commands/moderation/lockdown.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class LockdownCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'lockdown', group: 'moderation', memberName: 'lockdown', diff --git a/commands/moderation/prune.js b/commands/moderation/prune.js index b4419f79..8a9a4104 100644 --- a/commands/moderation/prune.js +++ b/commands/moderation/prune.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class PruneCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'prune', aliases: [ 'clean', diff --git a/commands/moderation/unban.js b/commands/moderation/unban.js index 3b386ea6..f24bb8d7 100644 --- a/commands/moderation/unban.js +++ b/commands/moderation/unban.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class UnbanCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'unban', aliases: [ 'unbanne' diff --git a/commands/moderation/warn.js b/commands/moderation/warn.js index e661e423..faf6d8d2 100644 --- a/commands/moderation/warn.js +++ b/commands/moderation/warn.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class WarnCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'warn', group: 'moderation', memberName: 'warn', diff --git a/commands/numedit/math.js b/commands/numedit/math.js index a4037830..8272db47 100644 --- a/commands/numedit/math.js +++ b/commands/numedit/math.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const math = require('mathjs'); module.exports = class MathCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'math', aliases: [ 'add', diff --git a/commands/numedit/roman.js b/commands/numedit/roman.js index bd2fcba2..c55152a9 100644 --- a/commands/numedit/roman.js +++ b/commands/numedit/roman.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const romanNumeralConverter = require('roman-numeral-converter-mmxvi'); module.exports = class RomanCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'roman', group: 'numedit', memberName: 'roman', diff --git a/commands/random/canyounot.js b/commands/random/canyounot.js index 8a9f7810..f7b01f5a 100644 --- a/commands/random/canyounot.js +++ b/commands/random/canyounot.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class CanYouNotCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'canyounot', group: 'random', memberName: 'canyounot', diff --git a/commands/random/giveflower.js b/commands/random/giveflower.js index 257ecea5..7375cdfd 100644 --- a/commands/random/giveflower.js +++ b/commands/random/giveflower.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class GiveFlowerCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'giveflower', aliases: [ 'present', diff --git a/commands/random/lenny.js b/commands/random/lenny.js index 03d0b1e2..f95b9bd4 100644 --- a/commands/random/lenny.js +++ b/commands/random/lenny.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class LennyCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'lenny', group: 'random', memberName: 'lenny', diff --git a/commands/random/nitro.js b/commands/random/nitro.js index ff359097..775d1064 100644 --- a/commands/random/nitro.js +++ b/commands/random/nitro.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class NitroCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'nitro', group: 'random', memberName: 'nitro', diff --git a/commands/random/slowclap.js b/commands/random/slowclap.js index 89a820c4..c385ad4a 100644 --- a/commands/random/slowclap.js +++ b/commands/random/slowclap.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class SlowClapCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'slowclap', group: 'random', memberName: 'slowclap', diff --git a/commands/random/spam.js b/commands/random/spam.js index 2de4af74..4b7f8855 100644 --- a/commands/random/spam.js +++ b/commands/random/spam.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class SpamCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'spam', group: 'random', memberName: 'spam', diff --git a/commands/random/strawpoll.js b/commands/random/strawpoll.js index 6d0430d3..4acdaa9a 100644 --- a/commands/random/strawpoll.js +++ b/commands/random/strawpoll.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const request = require('superagent'); module.exports = class StrawpollCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'strawpoll', aliases: [ 'poll', diff --git a/commands/random/today.js b/commands/random/today.js index 40c53857..19dcee2d 100644 --- a/commands/random/today.js +++ b/commands/random/today.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class TodayCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'today', aliases: [ 'history' diff --git a/commands/response/8ball.js b/commands/response/8ball.js index 7f683f69..4d97945e 100644 --- a/commands/response/8ball.js +++ b/commands/response/8ball.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class MagicBallCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: '8ball', group: 'response', memberName: '8ball', diff --git a/commands/response/cat.js b/commands/response/cat.js index 11d14cdb..7bab36b5 100644 --- a/commands/response/cat.js +++ b/commands/response/cat.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class CatCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'cat', group: 'response', memberName: 'cat', diff --git a/commands/response/choose.js b/commands/response/choose.js index 35026990..2048a019 100644 --- a/commands/response/choose.js +++ b/commands/response/choose.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class ChooseCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'choose', aliases: [ 'pick' diff --git a/commands/response/coin.js b/commands/response/coin.js index 767afb45..12cf7a06 100644 --- a/commands/response/coin.js +++ b/commands/response/coin.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class CoinFlipCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'coin', aliases: [ 'coinflip', diff --git a/commands/response/compliment.js b/commands/response/compliment.js index 55ffce8c..bbe31558 100644 --- a/commands/response/compliment.js +++ b/commands/response/compliment.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class ComplimentCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'compliment', group: 'response', memberName: 'compliment', diff --git a/commands/response/factcore.js b/commands/response/factcore.js index f3217888..e1094df2 100644 --- a/commands/response/factcore.js +++ b/commands/response/factcore.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class FactCoreCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'factcore', group: 'response', memberName: 'factcore', diff --git a/commands/response/fishy.js b/commands/response/fishy.js index 85c45719..c8859e25 100644 --- a/commands/response/fishy.js +++ b/commands/response/fishy.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class FishyCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'fishy', aliases: [ 'fishing', diff --git a/commands/response/fortune.js b/commands/response/fortune.js index b5558c54..03bfeacc 100644 --- a/commands/response/fortune.js +++ b/commands/response/fortune.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class FortuneCookieCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'fortune', aliases: [ 'fortunecookie' diff --git a/commands/response/motivate.js b/commands/response/motivate.js index 80e91b2e..49d4f110 100644 --- a/commands/response/motivate.js +++ b/commands/response/motivate.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class MotivateCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'motivate', aliases: [ 'encourage', diff --git a/commands/response/name.js b/commands/response/name.js index 5afe3e1f..78409fc1 100644 --- a/commands/response/name.js +++ b/commands/response/name.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RandomNameCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'name', aliases: [ 'namegen', diff --git a/commands/response/offspring.js b/commands/response/offspring.js index 41ac7117..638d7508 100644 --- a/commands/response/offspring.js +++ b/commands/response/offspring.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class OffspringCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'offspring', aliases: [ 'child', diff --git a/commands/response/potato.js b/commands/response/potato.js index 839305d4..dc8f2ab5 100644 --- a/commands/response/potato.js +++ b/commands/response/potato.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class PotatoCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'potato', aliases: [ 'tater' diff --git a/commands/response/pun.js b/commands/response/pun.js index 3205d131..d241e2ce 100644 --- a/commands/response/pun.js +++ b/commands/response/pun.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RandomPunCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'pun', group: 'response', memberName: 'pun', diff --git a/commands/response/quantumcoin.js b/commands/response/quantumcoin.js index a9d2b691..cdd725e2 100644 --- a/commands/response/quantumcoin.js +++ b/commands/response/quantumcoin.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class QuantumCoinCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'quantumcoin', aliases: [ 'oddcoin', diff --git a/commands/response/ratewaifu.js b/commands/response/ratewaifu.js index a2b462fe..e489b1fd 100644 --- a/commands/response/ratewaifu.js +++ b/commands/response/ratewaifu.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RateWaifuCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'ratewaifu', aliases: [ 'waifu' diff --git a/commands/response/roast.js b/commands/response/roast.js index 869a409d..feff86ad 100644 --- a/commands/response/roast.js +++ b/commands/response/roast.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RoastCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'roast', aliases: [ 'burn' diff --git a/commands/response/roll.js b/commands/response/roll.js index df6cbe47..1fdbee82 100644 --- a/commands/response/roll.js +++ b/commands/response/roll.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RollCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'roll', aliases: [ 'randomnumber', diff --git a/commands/response/roulette.js b/commands/response/roulette.js index 4073b47b..bfc523ba 100644 --- a/commands/response/roulette.js +++ b/commands/response/roulette.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class RouletteCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'roulette', aliases: [ 'randommember', diff --git a/commands/response/ship.js b/commands/response/ship.js index d2bcf90c..f8bb64c3 100644 --- a/commands/response/ship.js +++ b/commands/response/ship.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class ShipCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'ship', aliases: [ 'rate' diff --git a/commands/response/vocaloid.js b/commands/response/vocaloid.js index f7e2a40f..4968afd4 100644 --- a/commands/response/vocaloid.js +++ b/commands/response/vocaloid.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class VocaloidCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'vocaloid', aliases: [ 'vocaloidsong' diff --git a/commands/response/xiaopai.js b/commands/response/xiaopai.js index 433c66be..511731e4 100644 --- a/commands/response/xiaopai.js +++ b/commands/response/xiaopai.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class XiaoCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'xiaopai', aliases: [ 'xiao' diff --git a/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js index d8700c0a..65afe5d3 100644 --- a/commands/roleplay/cuddle.js +++ b/commands/roleplay/cuddle.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class CuddleCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'cuddle', group: 'roleplay', memberName: 'cuddle', diff --git a/commands/roleplay/divorce.js b/commands/roleplay/divorce.js index 42627eac..87fae4ce 100644 --- a/commands/roleplay/divorce.js +++ b/commands/roleplay/divorce.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class DivorceCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'divorce', group: 'roleplay', memberName: 'divorce', diff --git a/commands/roleplay/eat.js b/commands/roleplay/eat.js index a4e4766d..8067ebd9 100644 --- a/commands/roleplay/eat.js +++ b/commands/roleplay/eat.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class EatCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'eat', group: 'roleplay', memberName: 'eat', diff --git a/commands/roleplay/falconpunch.js b/commands/roleplay/falconpunch.js index 7c338bdb..751e5e3a 100644 --- a/commands/roleplay/falconpunch.js +++ b/commands/roleplay/falconpunch.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class FalconPunchCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'falconpunch', group: 'roleplay', memberName: 'falconpunch', diff --git a/commands/roleplay/fistbump.js b/commands/roleplay/fistbump.js index 252a27d5..5c3dbbec 100644 --- a/commands/roleplay/fistbump.js +++ b/commands/roleplay/fistbump.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class FistBumpCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'fistbump', group: 'roleplay', memberName: 'fistbump', diff --git a/commands/roleplay/highfive.js b/commands/roleplay/highfive.js index d4585034..5b190da0 100644 --- a/commands/roleplay/highfive.js +++ b/commands/roleplay/highfive.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class HighFivesCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'highfive', group: 'roleplay', memberName: 'highfive', diff --git a/commands/roleplay/hitwithshovel.js b/commands/roleplay/hitwithshovel.js index 9fd1ce0d..a1c12081 100644 --- a/commands/roleplay/hitwithshovel.js +++ b/commands/roleplay/hitwithshovel.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class HitwithShovelCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'hitwithshovel', group: 'roleplay', memberName: 'hitwithsovel', diff --git a/commands/roleplay/hug.js b/commands/roleplay/hug.js index 972eff61..3ce2c4e9 100644 --- a/commands/roleplay/hug.js +++ b/commands/roleplay/hug.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class HugCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'hug', group: 'roleplay', memberName: 'hug', diff --git a/commands/roleplay/inhales.js b/commands/roleplay/inhales.js index 25df73b3..043f44ab 100644 --- a/commands/roleplay/inhales.js +++ b/commands/roleplay/inhales.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class InhaleCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'inhale', group: 'roleplay', memberName: 'inhale', diff --git a/commands/roleplay/kill.js b/commands/roleplay/kill.js index 7743f737..890e81ab 100644 --- a/commands/roleplay/kill.js +++ b/commands/roleplay/kill.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class KillCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'kill', group: 'roleplay', memberName: 'kill', diff --git a/commands/roleplay/kiss.js b/commands/roleplay/kiss.js index 8ef50b81..42428e9e 100644 --- a/commands/roleplay/kiss.js +++ b/commands/roleplay/kiss.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class KissCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'kiss', group: 'roleplay', memberName: 'kiss', diff --git a/commands/roleplay/marries.js b/commands/roleplay/marries.js index b2f899ca..a76bbd45 100644 --- a/commands/roleplay/marries.js +++ b/commands/roleplay/marries.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class MarryCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'marry', group: 'roleplay', memberName: 'marry', diff --git a/commands/roleplay/pat.js b/commands/roleplay/pat.js index 6e0a023f..e81a2324 100644 --- a/commands/roleplay/pat.js +++ b/commands/roleplay/pat.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class PatCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'pat', group: 'roleplay', memberName: 'pat', diff --git a/commands/roleplay/poke.js b/commands/roleplay/poke.js index e70fdad8..b1d4d662 100644 --- a/commands/roleplay/poke.js +++ b/commands/roleplay/poke.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class PokeCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'poke', group: 'roleplay', memberName: 'poke', diff --git a/commands/roleplay/punch.js b/commands/roleplay/punch.js index 9c8013fa..fdb96240 100644 --- a/commands/roleplay/punch.js +++ b/commands/roleplay/punch.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class PunchCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'punch', group: 'roleplay', memberName: 'punch', diff --git a/commands/roleplay/slap.js b/commands/roleplay/slap.js index 629af87a..481e7086 100644 --- a/commands/roleplay/slap.js +++ b/commands/roleplay/slap.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class SlapCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'slap', group: 'roleplay', memberName: 'slap', diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index 65965e4b..29f0f8d4 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class BotSearchCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'botinfo', aliases: [ 'bot', diff --git a/commands/search/define.js b/commands/search/define.js index 2c1ce71c..d7598fa3 100644 --- a/commands/search/define.js +++ b/commands/search/define.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class DefineCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'define', aliases: [ 'definition', diff --git a/commands/search/discrim.js b/commands/search/discrim.js index 7340fa80..d209e018 100644 --- a/commands/search/discrim.js +++ b/commands/search/discrim.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class DiscrimCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'discrim', aliases: [ 'discriminator', diff --git a/commands/search/forecast.js b/commands/search/forecast.js index eaa18269..a73893b6 100644 --- a/commands/search/forecast.js +++ b/commands/search/forecast.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class ForecastCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'forecast', aliases: [ 'weatherforecast' diff --git a/commands/search/google.js b/commands/search/google.js index 6db88491..645c70ff 100644 --- a/commands/search/google.js +++ b/commands/search/google.js @@ -4,8 +4,8 @@ const cheerio = require('cheerio'); const querystring = require('querystring'); module.exports = class GoogleCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'google', aliases: [ 'search' diff --git a/commands/search/imdb.js b/commands/search/imdb.js index d63333e7..77ca09dc 100644 --- a/commands/search/imdb.js +++ b/commands/search/imdb.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class IMDBCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'imdb', aliases: [ 'movie', diff --git a/commands/search/neopet.js b/commands/search/neopet.js index d5ccb225..6fffd52a 100644 --- a/commands/search/neopet.js +++ b/commands/search/neopet.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class NeopetCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'neopet', group: 'search', memberName: 'neopet', diff --git a/commands/search/osu.js b/commands/search/osu.js index 58ef4603..179a0277 100644 --- a/commands/search/osu.js +++ b/commands/search/osu.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class OsuCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'osu', aliases: [ 'osuuser', diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 092c25c3..886cc936 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const pokedex = require('./pkdex.json'); module.exports = class PokedexCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'pokedex', aliases: [ 'pokemon' diff --git a/commands/search/urban.js b/commands/search/urban.js index 2b7aba9e..39347e06 100644 --- a/commands/search/urban.js +++ b/commands/search/urban.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class UrbanCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'urban', aliases: [ 'urbandictionary', diff --git a/commands/search/wattpad.js b/commands/search/wattpad.js index 4ef104ba..af8bed36 100644 --- a/commands/search/wattpad.js +++ b/commands/search/wattpad.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class WattpadCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'wattpad', group: 'search', memberName: 'wattpad', diff --git a/commands/search/weather.js b/commands/search/weather.js index a11ac582..73b5e9f1 100644 --- a/commands/search/weather.js +++ b/commands/search/weather.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class WeatherCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'weather', group: 'search', memberName: 'weather', diff --git a/commands/search/wikipedia.js b/commands/search/wikipedia.js index 3a18fb8a..42e7ce72 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class WikipediaCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'wikipedia', group: 'search', memberName: 'wikipedia', diff --git a/commands/search/youtube.js b/commands/search/youtube.js index 8c4fea54..2d86a510 100644 --- a/commands/search/youtube.js +++ b/commands/search/youtube.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class YouTubeCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'youtube', aliases: [ 'video' diff --git a/commands/search/yugioh.js b/commands/search/yugioh.js index 624d2870..52a94e18 100644 --- a/commands/search/yugioh.js +++ b/commands/search/yugioh.js @@ -3,8 +3,8 @@ const Discord = require('discord.js'); const request = require('superagent'); module.exports = class YuGiOhCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'yugioh', group: 'search', memberName: 'yugioh', diff --git a/commands/textedit/binary.js b/commands/textedit/binary.js index fe443012..3d8b0a11 100644 --- a/commands/textedit/binary.js +++ b/commands/textedit/binary.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const stringToBinary = require('string-to-binary'); module.exports = class BinaryCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'binary', group: 'textedit', memberName: 'binary', diff --git a/commands/textedit/cowsay.js b/commands/textedit/cowsay.js index 681744e0..a603ebb3 100644 --- a/commands/textedit/cowsay.js +++ b/commands/textedit/cowsay.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const cowsay = require('cowsay'); module.exports = class CowsayCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'cowsay', group: 'textedit', memberName: 'cowsay', diff --git a/commands/textedit/embed.js b/commands/textedit/embed.js index 3d7ea068..29ad7c71 100644 --- a/commands/textedit/embed.js +++ b/commands/textedit/embed.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const Discord = require('discord.js'); module.exports = class EmbedCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'embed', group: 'textedit', memberName: 'embed', diff --git a/commands/textedit/morse.js b/commands/textedit/morse.js index 21e0e7f2..9a4acadd 100644 --- a/commands/textedit/morse.js +++ b/commands/textedit/morse.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const morse = require('morse'); module.exports = class MorseCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'morse', aliases: [ 'morsecode' diff --git a/commands/textedit/pirate.js b/commands/textedit/pirate.js index 10328a37..907c696b 100644 --- a/commands/textedit/pirate.js +++ b/commands/textedit/pirate.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const pirateSpeak = require('pirate-speak'); module.exports = class PirateCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'pirate', aliases: [ 'piratespeak', diff --git a/commands/textedit/reverse.js b/commands/textedit/reverse.js index eeffb884..55dbeb2d 100644 --- a/commands/textedit/reverse.js +++ b/commands/textedit/reverse.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class ReverseCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'reverse', group: 'textedit', memberName: 'reverse', diff --git a/commands/textedit/romaji.js b/commands/textedit/romaji.js index 4175e51c..2fde6aaa 100644 --- a/commands/textedit/romaji.js +++ b/commands/textedit/romaji.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const hepburn = require('hepburn'); module.exports = class RomajiCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'romaji', aliases: [ 'romajify' diff --git a/commands/textedit/say.js b/commands/textedit/say.js index 44f3043b..ef3d1bcb 100644 --- a/commands/textedit/say.js +++ b/commands/textedit/say.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class SayCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'say', aliases: [ 'copy', diff --git a/commands/textedit/shuffle.js b/commands/textedit/shuffle.js index 4a411df0..fc276f5b 100644 --- a/commands/textedit/shuffle.js +++ b/commands/textedit/shuffle.js @@ -13,8 +13,8 @@ String.prototype.shuffle = function() { }; module.exports = class ShuffleCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'shuffle', group: 'textedit', memberName: 'shuffle', diff --git a/commands/textedit/translate.js b/commands/textedit/translate.js index ba99ec05..bb3afe6e 100644 --- a/commands/textedit/translate.js +++ b/commands/textedit/translate.js @@ -98,8 +98,8 @@ const languages = { }; module.exports = class TranslateCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'translate', group: 'textedit', memberName: 'translate', diff --git a/commands/textedit/webhook.js b/commands/textedit/webhook.js index 924fc5d8..8e7ec2ea 100644 --- a/commands/textedit/webhook.js +++ b/commands/textedit/webhook.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const request = require('superagent'); module.exports = class WebhookCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'webhook', aliases: [ 'rin', diff --git a/commands/textedit/yoda.js b/commands/textedit/yoda.js index ef4c0483..a04f1fb7 100644 --- a/commands/textedit/yoda.js +++ b/commands/textedit/yoda.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const request = require('superagent'); module.exports = class YodaCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'yoda', group: 'textedit', memberName: 'yoda', diff --git a/commands/textedit/zalgo.js b/commands/textedit/zalgo.js index b150ecd6..6d684b02 100644 --- a/commands/textedit/zalgo.js +++ b/commands/textedit/zalgo.js @@ -2,8 +2,8 @@ const commando = require('discord.js-commando'); const zalgo = require('zalgolize'); module.exports = class ZalgoCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'zalgo', group: 'textedit', memberName: 'zalgo', diff --git a/commands/userinfo/avatar.js b/commands/userinfo/avatar.js index 4e8587e6..45e318d0 100644 --- a/commands/userinfo/avatar.js +++ b/commands/userinfo/avatar.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class AvatarCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'avatar', group: 'userinfo', memberName: 'avatar', diff --git a/commands/userinfo/userinfo.js b/commands/userinfo/userinfo.js index dc7e3359..d3f2e474 100644 --- a/commands/userinfo/userinfo.js +++ b/commands/userinfo/userinfo.js @@ -4,8 +4,8 @@ const moment = require('moment'); require('moment-duration-format'); module.exports = class UserInfoCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'user', aliases: [ 'userinfo', diff --git a/commands/util/sendDM.js b/commands/util/sendDM.js index cb531177..cbe802ed 100644 --- a/commands/util/sendDM.js +++ b/commands/util/sendDM.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class SendDMCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'senddm', aliases: [ 'dm', diff --git a/commands/util/servers.js b/commands/util/servers.js index 3e8765c6..1ed41543 100644 --- a/commands/util/servers.js +++ b/commands/util/servers.js @@ -1,8 +1,8 @@ const commando = require('discord.js-commando'); module.exports = class ServersCommand extends commando.Command { - constructor(Client) { - super(Client, { + constructor(client) { + super(client, { name: 'servers', aliases: [ 'serverlist'