diff --git a/commands/analyze/coolness.js b/commands/analyze/coolness.js index e179d225..a6d8de8d 100644 --- a/commands/analyze/coolness.js +++ b/commands/analyze/coolness.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Random = require('random-js'); const texts = require('../../assets/json/coolness'); diff --git a/commands/analyze/dick.js b/commands/analyze/dick.js index 782d1614..05aafabc 100644 --- a/commands/analyze/dick.js +++ b/commands/analyze/dick.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Random = require('random-js'); module.exports = class DickCommand extends Command { diff --git a/commands/analyze/face.js b/commands/analyze/face.js index 5b50c77d..f2710298 100644 --- a/commands/analyze/face.js +++ b/commands/analyze/face.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { KAIROS_KEY, KAIROS_ID } = process.env; const races = ['asian', 'black', 'hispanic', 'other', 'white']; diff --git a/commands/analyze/gender.js b/commands/analyze/gender.js index 51136ed9..3cbdbd4d 100644 --- a/commands/analyze/gender.js +++ b/commands/analyze/gender.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class GenderAnalyzeCommand extends Command { diff --git a/commands/analyze/guess-looks.js b/commands/analyze/guess-looks.js index 5dfc5a10..9934e508 100644 --- a/commands/analyze/guess-looks.js +++ b/commands/analyze/guess-looks.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { oneLine } = require('common-tags'); const Random = require('random-js'); const genders = ['male', 'female']; diff --git a/commands/analyze/read-qr-code.js b/commands/analyze/read-qr-code.js index dd0b1818..f77149bc 100644 --- a/commands/analyze/read-qr-code.js +++ b/commands/analyze/read-qr-code.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/analyze/severe-toxicity.js b/commands/analyze/severe-toxicity.js index 80fd1cbe..3b3a0997 100644 --- a/commands/analyze/severe-toxicity.js +++ b/commands/analyze/severe-toxicity.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { GOOGLE_KEY } = process.env; diff --git a/commands/analyze/ship.js b/commands/analyze/ship.js index 487f7f4c..dc2c196f 100644 --- a/commands/analyze/ship.js +++ b/commands/analyze/ship.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Random = require('random-js'); module.exports = class ShipCommand extends Command { diff --git a/commands/analyze/spoopy-link.js b/commands/analyze/spoopy-link.js index ea640e54..b96eef00 100644 --- a/commands/analyze/spoopy-link.js +++ b/commands/analyze/spoopy-link.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/analyze/toxicity.js b/commands/analyze/toxicity.js index 26942f80..15ff6ad4 100644 --- a/commands/analyze/toxicity.js +++ b/commands/analyze/toxicity.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { GOOGLE_KEY } = process.env; diff --git a/commands/analyze/zodiac-sign.js b/commands/analyze/zodiac-sign.js index d2c23425..39590b9d 100644 --- a/commands/analyze/zodiac-sign.js +++ b/commands/analyze/zodiac-sign.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ZodiacSignCommand extends Command { constructor(client) { diff --git a/commands/avatar-edit/3000-years.js b/commands/avatar-edit/3000-years.js index 731077eb..6b04cdde 100644 --- a/commands/avatar-edit/3000-years.js +++ b/commands/avatar-edit/3000-years.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/approved.js b/commands/avatar-edit/approved.js index 0c979677..8086dd3d 100644 --- a/commands/avatar-edit/approved.js +++ b/commands/avatar-edit/approved.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/avatar-fusion.js b/commands/avatar-edit/avatar-fusion.js index 32d4ff34..b15448f5 100644 --- a/commands/avatar-edit/avatar-fusion.js +++ b/commands/avatar-edit/avatar-fusion.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); diff --git a/commands/avatar-edit/beautiful.js b/commands/avatar-edit/beautiful.js index 34dfeba9..36c8ff19 100644 --- a/commands/avatar-edit/beautiful.js +++ b/commands/avatar-edit/beautiful.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/bob-ross.js b/commands/avatar-edit/bob-ross.js index 32a43c48..60209e2b 100644 --- a/commands/avatar-edit/bob-ross.js +++ b/commands/avatar-edit/bob-ross.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/card.js b/commands/avatar-edit/card.js index 973f69c6..a98a3182 100644 --- a/commands/avatar-edit/card.js +++ b/commands/avatar-edit/card.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/challenger.js b/commands/avatar-edit/challenger.js index 0c7d8afd..104c785a 100644 --- a/commands/avatar-edit/challenger.js +++ b/commands/avatar-edit/challenger.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/dexter.js b/commands/avatar-edit/dexter.js index 6cc90a08..b7283b66 100644 --- a/commands/avatar-edit/dexter.js +++ b/commands/avatar-edit/dexter.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/distracted-boyfriend.js b/commands/avatar-edit/distracted-boyfriend.js index cf81b76e..cf628e7c 100644 --- a/commands/avatar-edit/distracted-boyfriend.js +++ b/commands/avatar-edit/distracted-boyfriend.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/fire.js b/commands/avatar-edit/fire.js index 82370565..253a4c4b 100644 --- a/commands/avatar-edit/fire.js +++ b/commands/avatar-edit/fire.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/food-broke.js b/commands/avatar-edit/food-broke.js index 0199f48c..f56aa1a5 100644 --- a/commands/avatar-edit/food-broke.js +++ b/commands/avatar-edit/food-broke.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/hat.js b/commands/avatar-edit/hat.js index 30e9bc20..d7a2b4c9 100644 --- a/commands/avatar-edit/hat.js +++ b/commands/avatar-edit/hat.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/he-lives-in-you.js b/commands/avatar-edit/he-lives-in-you.js index 03073284..cd3e725c 100644 --- a/commands/avatar-edit/he-lives-in-you.js +++ b/commands/avatar-edit/he-lives-in-you.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/i-have-the-power.js b/commands/avatar-edit/i-have-the-power.js index 42fe6d9b..877fa3f7 100644 --- a/commands/avatar-edit/i-have-the-power.js +++ b/commands/avatar-edit/i-have-the-power.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/look-at-this-photograph.js b/commands/avatar-edit/look-at-this-photograph.js index 1c3d144a..ff2627c8 100644 --- a/commands/avatar-edit/look-at-this-photograph.js +++ b/commands/avatar-edit/look-at-this-photograph.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/look-what-karen-have.js b/commands/avatar-edit/look-what-karen-have.js index c27c09c2..2ec4eeb1 100644 --- a/commands/avatar-edit/look-what-karen-have.js +++ b/commands/avatar-edit/look-what-karen-have.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/pixelize.js b/commands/avatar-edit/pixelize.js index 9cd1db17..81ba9c0c 100644 --- a/commands/avatar-edit/pixelize.js +++ b/commands/avatar-edit/pixelize.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); diff --git a/commands/avatar-edit/rainbow.js b/commands/avatar-edit/rainbow.js index 2e01c402..b592eee3 100644 --- a/commands/avatar-edit/rainbow.js +++ b/commands/avatar-edit/rainbow.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/rejected.js b/commands/avatar-edit/rejected.js index 0432c675..6f52c262 100644 --- a/commands/avatar-edit/rejected.js +++ b/commands/avatar-edit/rejected.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/rip.js b/commands/avatar-edit/rip.js index fa1aa972..751a2fea 100644 --- a/commands/avatar-edit/rip.js +++ b/commands/avatar-edit/rip.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/steam-card.js b/commands/avatar-edit/steam-card.js index 39e235bd..65d2d625 100644 --- a/commands/avatar-edit/steam-card.js +++ b/commands/avatar-edit/steam-card.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/steam-now-playing.js b/commands/avatar-edit/steam-now-playing.js index e802cf20..cca4702d 100644 --- a/commands/avatar-edit/steam-now-playing.js +++ b/commands/avatar-edit/steam-now-playing.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/the-ultimate-tattoo.js b/commands/avatar-edit/the-ultimate-tattoo.js index 30ab16b9..8dba968f 100644 --- a/commands/avatar-edit/the-ultimate-tattoo.js +++ b/commands/avatar-edit/the-ultimate-tattoo.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/thug-life.js b/commands/avatar-edit/thug-life.js index 4a8b5935..51bd1486 100644 --- a/commands/avatar-edit/thug-life.js +++ b/commands/avatar-edit/thug-life.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/triggered.js b/commands/avatar-edit/triggered.js index 2e15be07..710e330a 100644 --- a/commands/avatar-edit/triggered.js +++ b/commands/avatar-edit/triggered.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/wanted.js b/commands/avatar-edit/wanted.js index 92317645..766898d4 100644 --- a/commands/avatar-edit/wanted.js +++ b/commands/avatar-edit/wanted.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/avatar-edit/yu-gi-oh-token.js b/commands/avatar-edit/yu-gi-oh-token.js index a8b66a5d..b6136e19 100644 --- a/commands/avatar-edit/yu-gi-oh-token.js +++ b/commands/avatar-edit/yu-gi-oh-token.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/events/astronomy-picture-of-the-day.js b/commands/events/astronomy-picture-of-the-day.js index bfc315cc..e021b3c4 100644 --- a/commands/events/astronomy-picture-of-the-day.js +++ b/commands/events/astronomy-picture-of-the-day.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); const { GOV_KEY } = process.env; diff --git a/commands/events/days-until.js b/commands/events/days-until.js index f1c67e13..52e10997 100644 --- a/commands/events/days-until.js +++ b/commands/events/days-until.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class DaysUntilCommand extends Command { constructor(client) { diff --git a/commands/events/doomsday-clock.js b/commands/events/doomsday-clock.js index 0bd09ad8..eda908b5 100644 --- a/commands/events/doomsday-clock.js +++ b/commands/events/doomsday-clock.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/events/google-doodle.js b/commands/events/google-doodle.js index 9a41711a..2121668f 100644 --- a/commands/events/google-doodle.js +++ b/commands/events/google-doodle.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class GoogleDoodleCommand extends Command { diff --git a/commands/events/holidays.js b/commands/events/holidays.js index 9d3e292b..10d6f110 100644 --- a/commands/events/holidays.js +++ b/commands/events/holidays.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { today, tomorrow } = require('../../util/Util'); const { GOOGLE_KEY, GOOGLE_CALENDAR_ID } = process.env; diff --git a/commands/events/horoscope.js b/commands/events/horoscope.js index a15f2a9b..0ef714d8 100644 --- a/commands/events/horoscope.js +++ b/commands/events/horoscope.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { list } = require('../../util/Util'); diff --git a/commands/events/neko-atsume-password.js b/commands/events/neko-atsume-password.js index dbf33c4b..c214548d 100644 --- a/commands/events/neko-atsume-password.js +++ b/commands/events/neko-atsume-password.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); const { list, duration, tomorrow } = require('../../util/Util'); diff --git a/commands/events/time.js b/commands/events/time.js index 5f0b83c6..5ced2b4b 100644 --- a/commands/events/time.js +++ b/commands/events/time.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class TimeCommand extends Command { constructor(client) { diff --git a/commands/events/today-in-history.js b/commands/events/today-in-history.js index 17ec5b65..c2be26b4 100644 --- a/commands/events/today-in-history.js +++ b/commands/events/today-in-history.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/events/word-of-the-day.js b/commands/events/word-of-the-day.js index 5b055e95..31d1f324 100644 --- a/commands/events/word-of-the-day.js +++ b/commands/events/word-of-the-day.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); const { WORDNIK_KEY } = process.env; diff --git a/commands/games/akinator.js b/commands/games/akinator.js index 34d74836..1bf98d60 100644 --- a/commands/games/akinator.js +++ b/commands/games/akinator.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/games/balloon-pop.js b/commands/games/balloon-pop.js index df437ef2..fbbd76fa 100644 --- a/commands/games/balloon-pop.js +++ b/commands/games/balloon-pop.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomRange, verify } = require('../../util/Util'); module.exports = class BalloonPopCommand extends Command { diff --git a/commands/games/battle.js b/commands/games/battle.js index 70a4922c..4df927ba 100644 --- a/commands/games/battle.js +++ b/commands/games/battle.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { randomRange, verify } = require('../../util/Util'); diff --git a/commands/games/captcha-quiz.js b/commands/games/captcha-quiz.js index b12835f6..be9f7096 100644 --- a/commands/games/captcha-quiz.js +++ b/commands/games/captcha-quiz.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, registerFont } = require('canvas'); const path = require('path'); const pool = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ23456789'.split(''); diff --git a/commands/games/chance.js b/commands/games/chance.js index 56603fb8..97b9a65d 100644 --- a/commands/games/chance.js +++ b/commands/games/chance.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ChanceCommand extends Command { constructor(client) { diff --git a/commands/games/emoji-emoji-revolution.js b/commands/games/emoji-emoji-revolution.js index 15d7084f..1565cb0d 100644 --- a/commands/games/emoji-emoji-revolution.js +++ b/commands/games/emoji-emoji-revolution.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { verify } = require('../../util/Util'); const emojis = ['⬆', '↗', '➡', '↘', '⬇', '↙', '⬅', '↖']; diff --git a/commands/games/fishy.js b/commands/games/fishy.js index 14156906..89d1ca4f 100644 --- a/commands/games/fishy.js +++ b/commands/games/fishy.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomRange } = require('../../util/Util'); const fishes = require('../../assets/json/fishy'); diff --git a/commands/games/google-feud.js b/commands/games/google-feud.js index d8a0f48a..450404f5 100644 --- a/commands/games/google-feud.js +++ b/commands/games/google-feud.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { MessageEmbed } = require('discord.js'); const questions = require('../../assets/json/google-feud'); diff --git a/commands/games/gunfight.js b/commands/games/gunfight.js index a32556ac..2a1e39a2 100644 --- a/commands/games/gunfight.js +++ b/commands/games/gunfight.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { wait, randomRange, verify } = require('../../util/Util'); const words = ['fire', 'draw', 'shoot', 'bang', 'pull']; diff --git a/commands/games/hangman.js b/commands/games/hangman.js index 7b3404e1..2e2cdfef 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); const { WORDNIK_KEY } = process.env; diff --git a/commands/games/hunger-games.js b/commands/games/hunger-games.js index 34bf5104..929369a5 100644 --- a/commands/games/hunger-games.js +++ b/commands/games/hunger-games.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { shuffle, verify } = require('../../util/Util'); const events = require('../../assets/json/hunger-games'); diff --git a/commands/games/lottery.js b/commands/games/lottery.js index da4b2101..66fb156b 100644 --- a/commands/games/lottery.js +++ b/commands/games/lottery.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const prizes = ['$0', '$2', '$4', '$10', '$500', '$1,000,000', 'the Jackpot']; diff --git a/commands/games/math-quiz.js b/commands/games/math-quiz.js index 2929086f..e951b443 100644 --- a/commands/games/math-quiz.js +++ b/commands/games/math-quiz.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { list } = require('../../util/Util'); const difficulties = ['easy', 'medium', 'hard', 'extreme', 'impossible']; diff --git a/commands/games/quiz.js b/commands/games/quiz.js index d91ba774..c8e15a41 100644 --- a/commands/games/quiz.js +++ b/commands/games/quiz.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const snekfetch = require('snekfetch'); const { shuffle, list } = require('../../util/Util'); diff --git a/commands/games/rock-paper-scissors.js b/commands/games/rock-paper-scissors.js index 065d7614..e34a3a49 100644 --- a/commands/games/rock-paper-scissors.js +++ b/commands/games/rock-paper-scissors.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const choices = ['rock', 'paper', 'scissors']; module.exports = class RockPaperScissorsCommand extends Command { diff --git a/commands/games/roulette.js b/commands/games/roulette.js index 5d9980d4..7ab2164e 100644 --- a/commands/games/roulette.js +++ b/commands/games/roulette.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { oneLine } = require('common-tags'); const red = [1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34, 36]; const black = [2, 4, 6, 8, 10, 11, 13, 15, 17, 20, 22, 24, 26, 28, 29, 31, 33, 35]; diff --git a/commands/games/slots.js b/commands/games/slots.js index 48a15229..dc8c24f0 100644 --- a/commands/games/slots.js +++ b/commands/games/slots.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const slots = ['🍇', '🍊', '🍐', '🍒', '🍋']; diff --git a/commands/games/sorting-hat-quiz.js b/commands/games/sorting-hat-quiz.js index a85a8431..b38f0b58 100644 --- a/commands/games/sorting-hat-quiz.js +++ b/commands/games/sorting-hat-quiz.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { shuffle } = require('../../util/Util'); const { questions, houses, descriptions } = require('../../assets/json/sorting-hat-quiz'); diff --git a/commands/games/tic-tac-toe.js b/commands/games/tic-tac-toe.js index 292807e2..513ee495 100644 --- a/commands/games/tic-tac-toe.js +++ b/commands/games/tic-tac-toe.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { verify } = require('../../util/Util'); diff --git a/commands/games/typing-test.js b/commands/games/typing-test.js index b2bce23d..61ad182b 100644 --- a/commands/games/typing-test.js +++ b/commands/games/typing-test.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { list } = require('../../util/Util'); const sentences = require('../../assets/json/typing-game'); diff --git a/commands/games/whos-that-pokemon.js b/commands/games/whos-that-pokemon.js index 89fb5628..6e6c9100 100644 --- a/commands/games/whos-that-pokemon.js +++ b/commands/games/whos-that-pokemon.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { silhouette } = require('../../util/Canvas'); diff --git a/commands/image-edit/achievement.js b/commands/image-edit/achievement.js index 68801e54..a8209a34 100644 --- a/commands/image-edit/achievement.js +++ b/commands/image-edit/achievement.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const path = require('path'); const { shortenText } = require('../../util/Canvas'); diff --git a/commands/image-edit/be-like-bill.js b/commands/image-edit/be-like-bill.js index 176dc9ea..8e43b618 100644 --- a/commands/image-edit/be-like-bill.js +++ b/commands/image-edit/be-like-bill.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const { stripIndents } = require('common-tags'); const path = require('path'); diff --git a/commands/image-edit/color.js b/commands/image-edit/color.js index a539aba5..3d3bb2d4 100644 --- a/commands/image-edit/color.js +++ b/commands/image-edit/color.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas } = require('canvas'); module.exports = class ColorCommand extends Command { diff --git a/commands/image-edit/contrast.js b/commands/image-edit/contrast.js index ced4d54e..8f70903e 100644 --- a/commands/image-edit/contrast.js +++ b/commands/image-edit/contrast.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { contrast } = require('../../util/Canvas'); diff --git a/commands/image-edit/create-qr-code.js b/commands/image-edit/create-qr-code.js index 91a4d65c..3a59de50 100644 --- a/commands/image-edit/create-qr-code.js +++ b/commands/image-edit/create-qr-code.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class CreateQRCodeCommand extends Command { diff --git a/commands/image-edit/demotivational-poster.js b/commands/image-edit/demotivational-poster.js index 56135b1e..0f275db0 100644 --- a/commands/image-edit/demotivational-poster.js +++ b/commands/image-edit/demotivational-poster.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/image-edit/distort.js b/commands/image-edit/distort.js index 58193e36..94571d71 100644 --- a/commands/image-edit/distort.js +++ b/commands/image-edit/distort.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { distort } = require('../../util/Canvas'); diff --git a/commands/image-edit/frame.js b/commands/image-edit/frame.js index 75b7f2e8..4a5b7482 100644 --- a/commands/image-edit/frame.js +++ b/commands/image-edit/frame.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/image-edit/glitch.js b/commands/image-edit/glitch.js index c62330d0..8ba7b3c9 100644 --- a/commands/image-edit/glitch.js +++ b/commands/image-edit/glitch.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { distort } = require('../../util/Canvas'); diff --git a/commands/image-edit/greyscale.js b/commands/image-edit/greyscale.js index 3ce173bb..3e029ca0 100644 --- a/commands/image-edit/greyscale.js +++ b/commands/image-edit/greyscale.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { greyscale } = require('../../util/Canvas'); diff --git a/commands/image-edit/ifunny.js b/commands/image-edit/ifunny.js index 54b55c58..ca82bf75 100644 --- a/commands/image-edit/ifunny.js +++ b/commands/image-edit/ifunny.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); diff --git a/commands/image-edit/illegal.js b/commands/image-edit/illegal.js index cc207ced..db0d3705 100644 --- a/commands/image-edit/illegal.js +++ b/commands/image-edit/illegal.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { wait } = require('../../util/Util'); diff --git a/commands/image-edit/invert.js b/commands/image-edit/invert.js index c46f954a..b3c2b96a 100644 --- a/commands/image-edit/invert.js +++ b/commands/image-edit/invert.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { invert } = require('../../util/Canvas'); diff --git a/commands/image-edit/meme.js b/commands/image-edit/meme.js index 175bc9f0..59c95d40 100644 --- a/commands/image-edit/meme.js +++ b/commands/image-edit/meme.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class MemeCommand extends Command { diff --git a/commands/image-edit/osu-signature.js b/commands/image-edit/osu-signature.js index 30132c3e..504642f6 100644 --- a/commands/image-edit/osu-signature.js +++ b/commands/image-edit/osu-signature.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { list } = require('../../util/Util'); const colors = require('../../assets/json/osu-signature'); diff --git a/commands/image-edit/pokemon-fusion.js b/commands/image-edit/pokemon-fusion.js index b6d8513d..0705c2bb 100644 --- a/commands/image-edit/pokemon-fusion.js +++ b/commands/image-edit/pokemon-fusion.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const pokemon = require('../../assets/json/pokemon-fusion'); module.exports = class PokemonFusionCommand extends Command { diff --git a/commands/image-edit/robohash.js b/commands/image-edit/robohash.js index 4f155c56..b00972eb 100644 --- a/commands/image-edit/robohash.js +++ b/commands/image-edit/robohash.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class RobohashCommand extends Command { diff --git a/commands/image-edit/sepia.js b/commands/image-edit/sepia.js index 13c1f4b8..9f4f75a3 100644 --- a/commands/image-edit/sepia.js +++ b/commands/image-edit/sepia.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { sepia } = require('../../util/Canvas'); diff --git a/commands/image-edit/shields-io-badge.js b/commands/image-edit/shields-io-badge.js index cb94bb50..f00421e3 100644 --- a/commands/image-edit/shields-io-badge.js +++ b/commands/image-edit/shields-io-badge.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class ShieldsIoBadgeCommand extends Command { diff --git a/commands/image-edit/silhouette.js b/commands/image-edit/silhouette.js index eff6c1cc..d1c2c4e9 100644 --- a/commands/image-edit/silhouette.js +++ b/commands/image-edit/silhouette.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { silhouette } = require('../../util/Canvas'); diff --git a/commands/image-edit/tint.js b/commands/image-edit/tint.js index a821ccb6..e911df02 100644 --- a/commands/image-edit/tint.js +++ b/commands/image-edit/tint.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const { drawImageWithTint } = require('../../util/Canvas'); diff --git a/commands/info/avatar.js b/commands/info/avatar.js index 6624c8a1..ae9b8510 100644 --- a/commands/info/avatar.js +++ b/commands/info/avatar.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class AvatarCommand extends Command { constructor(client) { diff --git a/commands/info/channel.js b/commands/info/channel.js index c21a8b98..56f7bff2 100644 --- a/commands/info/channel.js +++ b/commands/info/channel.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const types = { dm: 'DM', diff --git a/commands/info/discriminator.js b/commands/info/discriminator.js index 58e617c8..90f0b440 100644 --- a/commands/info/discriminator.js +++ b/commands/info/discriminator.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); module.exports = class DiscriminatorCommand extends Command { diff --git a/commands/info/emoji-image.js b/commands/info/emoji-image.js index de212307..382792c5 100644 --- a/commands/info/emoji-image.js +++ b/commands/info/emoji-image.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class EmojiImageCommand extends Command { constructor(client) { diff --git a/commands/info/emoji-list.js b/commands/info/emoji-list.js index 62c09d15..282e4ac7 100644 --- a/commands/info/emoji-list.js +++ b/commands/info/emoji-list.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { list } = require('../../util/Util'); const types = ['animated', 'regular']; diff --git a/commands/info/emoji.js b/commands/info/emoji.js index e19bd26f..8ebe4943 100644 --- a/commands/info/emoji.js +++ b/commands/info/emoji.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); module.exports = class EmojiInfoCommand extends Command { diff --git a/commands/info/id.js b/commands/info/id.js index d9da23d8..1185045f 100644 --- a/commands/info/id.js +++ b/commands/info/id.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class IDCommand extends Command { constructor(client) { diff --git a/commands/info/role.js b/commands/info/role.js index 3db86c2a..862ebeac 100644 --- a/commands/info/role.js +++ b/commands/info/role.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const { util: { permissions } } = require('discord.js-commando'); diff --git a/commands/info/server.js b/commands/info/server.js index ad5ac4be..a44d1328 100644 --- a/commands/info/server.js +++ b/commands/info/server.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const filterLevels = ['Off', 'No Role', 'Everyone']; const verificationLevels = ['None', 'Low', 'Medium', '(╯°□°)╯︵ ┻━┻', '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻']; diff --git a/commands/info/user.js b/commands/info/user.js index b8d1cc4c..45b108d6 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); module.exports = class UserInfoCommand extends Command { diff --git a/commands/number-edit/currency.js b/commands/number-edit/currency.js index 05b2bc43..14fbcf8f 100644 --- a/commands/number-edit/currency.js +++ b/commands/number-edit/currency.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { list } = require('../../util/Util'); const codes = require('../../assets/json/currency'); diff --git a/commands/number-edit/final-grade-calculator.js b/commands/number-edit/final-grade-calculator.js index af415d53..c1206616 100644 --- a/commands/number-edit/final-grade-calculator.js +++ b/commands/number-edit/final-grade-calculator.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { above100, above92, above88, above80, below80 } = require('../../assets/json/final-grade-calculator'); module.exports = class FinalGradeCalculatorCommand extends Command { diff --git a/commands/number-edit/math.js b/commands/number-edit/math.js index 7665ed60..4f6eb68f 100644 --- a/commands/number-edit/math.js +++ b/commands/number-edit/math.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const math = require('mathjs'); module.exports = class MathCommand extends Command { diff --git a/commands/number-edit/roman-numeral.js b/commands/number-edit/roman-numeral.js index cfb3cb14..c8ad007b 100644 --- a/commands/number-edit/roman-numeral.js +++ b/commands/number-edit/roman-numeral.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const numerals = require('../../assets/json/roman-numeral'); module.exports = class RomanNumeralCommand extends Command { diff --git a/commands/number-edit/units.js b/commands/number-edit/units.js index e0642d03..3f375b0d 100644 --- a/commands/number-edit/units.js +++ b/commands/number-edit/units.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const math = require('mathjs'); module.exports = class UnitsCommand extends Command { diff --git a/commands/other/prune.js b/commands/other/prune.js index 79957e84..2d4364e4 100644 --- a/commands/other/prune.js +++ b/commands/other/prune.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class PruneCommand extends Command { constructor(client) { diff --git a/commands/other/strawpoll.js b/commands/other/strawpoll.js index 776738b6..52489ce3 100644 --- a/commands/other/strawpoll.js +++ b/commands/other/strawpoll.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const snekfetch = require('snekfetch'); diff --git a/commands/portal/add-channel.js b/commands/portal/add-channel.js index da65b25b..1edd6823 100644 --- a/commands/portal/add-channel.js +++ b/commands/portal/add-channel.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class AddPortalChannelCommand extends Command { constructor(client) { diff --git a/commands/portal/fix-channels.js b/commands/portal/fix-channels.js index b6852a94..eb3c6a45 100644 --- a/commands/portal/fix-channels.js +++ b/commands/portal/fix-channels.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class FixPortalChannelsCommand extends Command { constructor(client) { diff --git a/commands/portal/remove-channel.js b/commands/portal/remove-channel.js index f8f2eec6..b08254d0 100644 --- a/commands/portal/remove-channel.js +++ b/commands/portal/remove-channel.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class RemovePortalChannelCommand extends Command { constructor(client) { diff --git a/commands/portal/send.js b/commands/portal/send.js index 22303acb..c40550f7 100644 --- a/commands/portal/send.js +++ b/commands/portal/send.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class PortalSendCommand extends Command { constructor(client) { diff --git a/commands/portal/status.js b/commands/portal/status.js index b6630d1a..14471f8c 100644 --- a/commands/portal/status.js +++ b/commands/portal/status.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class PortalStatusCommand extends Command { constructor(client) { diff --git a/commands/random/8-ball.js b/commands/random/8-ball.js index f0db9149..cf85ce82 100644 --- a/commands/random/8-ball.js +++ b/commands/random/8-ball.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const answers = require('../../assets/json/8-ball'); diff --git a/commands/random/advice-slip.js b/commands/random/advice-slip.js index 48213267..31fa031d 100644 --- a/commands/random/advice-slip.js +++ b/commands/random/advice-slip.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class AdviceSlipCommand extends Command { diff --git a/commands/random/cat-fact.js b/commands/random/cat-fact.js index 25e9912d..f0fa7872 100644 --- a/commands/random/cat-fact.js +++ b/commands/random/cat-fact.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const facts = require('../../assets/json/cat-fact'); module.exports = class CatFactCommand extends Command { diff --git a/commands/random/cat.js b/commands/random/cat.js index b6bab62c..b91f0738 100644 --- a/commands/random/cat.js +++ b/commands/random/cat.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { THE_CAT_API_KEY } = process.env; diff --git a/commands/random/charlie-charlie-challenge.js b/commands/random/charlie-charlie-challenge.js index 4fd99b88..0109abf2 100644 --- a/commands/random/charlie-charlie-challenge.js +++ b/commands/random/charlie-charlie-challenge.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndent } = require('common-tags'); const answers = ['yes', 'no']; diff --git a/commands/random/choose.js b/commands/random/choose.js index e0ce6a09..ec18e4e3 100644 --- a/commands/random/choose.js +++ b/commands/random/choose.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ChooseCommand extends Command { constructor(client) { diff --git a/commands/random/chuck-norris.js b/commands/random/chuck-norris.js index 43480b68..9b03b3de 100644 --- a/commands/random/chuck-norris.js +++ b/commands/random/chuck-norris.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class ChuckNorrisCommand extends Command { diff --git a/commands/random/coin.js b/commands/random/coin.js index 21e57229..28f05342 100644 --- a/commands/random/coin.js +++ b/commands/random/coin.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const sides = ['heads', 'tails']; module.exports = class CoinCommand extends Command { diff --git a/commands/random/compliment.js b/commands/random/compliment.js index 3c16c3bf..e3e2337e 100644 --- a/commands/random/compliment.js +++ b/commands/random/compliment.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const compliments = require('../../assets/json/compliment'); module.exports = class ComplimentCommand extends Command { diff --git a/commands/random/discord-email-fun-fact.js b/commands/random/discord-email-fun-fact.js index 8a1a53a8..5bf071df 100644 --- a/commands/random/discord-email-fun-fact.js +++ b/commands/random/discord-email-fun-fact.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const facts = require('../../assets/json/discord-email-fun-fact'); module.exports = class DiscordEmailFunFactCommand extends Command { diff --git a/commands/random/dog-fact.js b/commands/random/dog-fact.js index 71c1349c..9e7bc84f 100644 --- a/commands/random/dog-fact.js +++ b/commands/random/dog-fact.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const facts = require('../../assets/json/dog-fact'); module.exports = class DogFactCommand extends Command { diff --git a/commands/random/dog.js b/commands/random/dog.js index 849edc92..66cf3181 100644 --- a/commands/random/dog.js +++ b/commands/random/dog.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class DogCommand extends Command { diff --git a/commands/random/fact-core.js b/commands/random/fact-core.js index fa25ef1d..c2726c25 100644 --- a/commands/random/fact-core.js +++ b/commands/random/fact-core.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const facts = require('../../assets/json/fact-core'); module.exports = class FactCoreCommand extends Command { diff --git a/commands/random/fact.js b/commands/random/fact.js index d127cd5c..112459a6 100644 --- a/commands/random/fact.js +++ b/commands/random/fact.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class FactCommand extends Command { diff --git a/commands/random/fidget.js b/commands/random/fidget.js index 2467ed52..23edfc91 100644 --- a/commands/random/fidget.js +++ b/commands/random/fidget.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class FidgetCommand extends Command { diff --git a/commands/random/fortune.js b/commands/random/fortune.js index 699a49e4..7f300183 100644 --- a/commands/random/fortune.js +++ b/commands/random/fortune.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const fortunes = require('../../assets/json/fortune'); diff --git a/commands/random/joke.js b/commands/random/joke.js index 235a6fbb..f36e6f00 100644 --- a/commands/random/joke.js +++ b/commands/random/joke.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const jokes = require('../../assets/json/joke'); module.exports = class JokeCommand extends Command { diff --git a/commands/random/kiss-marry-kill.js b/commands/random/kiss-marry-kill.js index 8ff5c8cb..04a7caaf 100644 --- a/commands/random/kiss-marry-kill.js +++ b/commands/random/kiss-marry-kill.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { shuffle } = require('../../util/Util'); module.exports = class KissMarryKillCommand extends Command { diff --git a/commands/random/magic-conch.js b/commands/random/magic-conch.js index c096c7a4..e87cb7fc 100644 --- a/commands/random/magic-conch.js +++ b/commands/random/magic-conch.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const answers = require('../../assets/json/magic-conch'); diff --git a/commands/random/name.js b/commands/random/name.js index 53be481f..12e413e8 100644 --- a/commands/random/name.js +++ b/commands/random/name.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { list } = require('../../util/Util'); const names = require('../../assets/json/name'); const all = [].concat(names.male, names.female); diff --git a/commands/random/new-york-times.js b/commands/random/new-york-times.js index cf0e9696..5efbe891 100644 --- a/commands/random/new-york-times.js +++ b/commands/random/new-york-times.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/random/number-fact.js b/commands/random/number-fact.js index c0f8688b..50135d38 100644 --- a/commands/random/number-fact.js +++ b/commands/random/number-fact.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class NumberFactCommand extends Command { diff --git a/commands/random/offspring.js b/commands/random/offspring.js index e25d4868..bcf23aef 100644 --- a/commands/random/offspring.js +++ b/commands/random/offspring.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const genders = ['boy', 'girl']; module.exports = class OffspringCommand extends Command { diff --git a/commands/random/opinion.js b/commands/random/opinion.js index 60a84be4..57b78be1 100644 --- a/commands/random/opinion.js +++ b/commands/random/opinion.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const opinions = ['👍', '👎']; diff --git a/commands/random/oracle-turret.js b/commands/random/oracle-turret.js index e888fe7e..bbba05b5 100644 --- a/commands/random/oracle-turret.js +++ b/commands/random/oracle-turret.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const quotes = require('../../assets/json/oracle-turret'); module.exports = class OracleTurretCommand extends Command { diff --git a/commands/random/pikachu.js b/commands/random/pikachu.js index 5b6c40cc..1cfd3465 100644 --- a/commands/random/pikachu.js +++ b/commands/random/pikachu.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class PikachuCommand extends Command { diff --git a/commands/random/quantum-coin.js b/commands/random/quantum-coin.js index 7cabf894..37f74b84 100644 --- a/commands/random/quantum-coin.js +++ b/commands/random/quantum-coin.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const sides = [NaN, 0, null, undefined, '']; module.exports = class QuantumCoinCommand extends Command { diff --git a/commands/random/quote.js b/commands/random/quote.js index a20a3584..b63f8430 100644 --- a/commands/random/quote.js +++ b/commands/random/quote.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const quotes = require('../../assets/json/quote'); module.exports = class QuoteCommand extends Command { diff --git a/commands/random/rate.js b/commands/random/rate.js index e948cbf4..3a348d91 100644 --- a/commands/random/rate.js +++ b/commands/random/rate.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class RateCommand extends Command { constructor(client) { diff --git a/commands/random/reddit.js b/commands/random/reddit.js index 5467d6cb..cbf9ddb5 100644 --- a/commands/random/reddit.js +++ b/commands/random/reddit.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/random/roast.js b/commands/random/roast.js index 18a7eb48..a3322e2c 100644 --- a/commands/random/roast.js +++ b/commands/random/roast.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const roasts = require('../../assets/json/roast'); module.exports = class RoastCommand extends Command { diff --git a/commands/random/roll.js b/commands/random/roll.js index 6c4cd7a0..240a9297 100644 --- a/commands/random/roll.js +++ b/commands/random/roll.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class RollCommand extends Command { constructor(client) { diff --git a/commands/random/security-key.js b/commands/random/security-key.js index b9b1b79a..45c30fb3 100644 --- a/commands/random/security-key.js +++ b/commands/random/security-key.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const crypto = require('crypto'); module.exports = class SecurityKeyCommand extends Command { diff --git a/commands/random/shower-thought.js b/commands/random/shower-thought.js index e72bd21e..2223d13a 100644 --- a/commands/random/shower-thought.js +++ b/commands/random/shower-thought.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class ShowerThoughtCommand extends Command { diff --git a/commands/random/user-roulette.js b/commands/random/user-roulette.js index 212163fd..9c3a6d4a 100644 --- a/commands/random/user-roulette.js +++ b/commands/random/user-roulette.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class UserRouletteCommand extends Command { constructor(client) { diff --git a/commands/random/would-you-rather.js b/commands/random/would-you-rather.js index c7fc9e9b..d0a2d95a 100644 --- a/commands/random/would-you-rather.js +++ b/commands/random/would-you-rather.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const questions = require('../../assets/json/would-you-rather'); module.exports = class WouldYouRatherCommand extends Command { diff --git a/commands/random/xiao.js b/commands/random/xiao.js index 8ea85042..b3565da7 100644 --- a/commands/random/xiao.js +++ b/commands/random/xiao.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class XiaoCommand extends Command { diff --git a/commands/role-manage/add-open-role.js b/commands/role-manage/add-open-role.js index f76fdbbc..e0b8fc51 100644 --- a/commands/role-manage/add-open-role.js +++ b/commands/role-manage/add-open-role.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class AddOpenRoleCommand extends Command { constructor(client) { diff --git a/commands/role-manage/fix-open-roles.js b/commands/role-manage/fix-open-roles.js index 54ecd53e..2129e491 100644 --- a/commands/role-manage/fix-open-roles.js +++ b/commands/role-manage/fix-open-roles.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class FixOpenRolesCommand extends Command { constructor(client) { diff --git a/commands/role-manage/remove-open-role.js b/commands/role-manage/remove-open-role.js index ea4c9948..45eaabaa 100644 --- a/commands/role-manage/remove-open-role.js +++ b/commands/role-manage/remove-open-role.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class RemoveOpenRoleCommand extends Command { constructor(client) { diff --git a/commands/role-manage/role-list.js b/commands/role-manage/role-list.js index e7fba7d6..e048c124 100644 --- a/commands/role-manage/role-list.js +++ b/commands/role-manage/role-list.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); module.exports = class RoleListCommand extends Command { diff --git a/commands/role-manage/subscribe.js b/commands/role-manage/subscribe.js index 90c518d0..212da62e 100644 --- a/commands/role-manage/subscribe.js +++ b/commands/role-manage/subscribe.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class SubscribeCommand extends Command { constructor(client) { diff --git a/commands/role-manage/unsubscribe.js b/commands/role-manage/unsubscribe.js index 7677dbdb..37a277b9 100644 --- a/commands/role-manage/unsubscribe.js +++ b/commands/role-manage/unsubscribe.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class UnsubscribeCommand extends Command { constructor(client) { diff --git a/commands/roleplay/break-up.js b/commands/roleplay/break-up.js index 85294e0d..cfdeeeaf 100644 --- a/commands/roleplay/break-up.js +++ b/commands/roleplay/break-up.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class BreakUpCommand extends Command { diff --git a/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js index 81d294d6..dcc4e0af 100644 --- a/commands/roleplay/cuddle.js +++ b/commands/roleplay/cuddle.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class CuddleCommand extends Command { diff --git a/commands/roleplay/eat.js b/commands/roleplay/eat.js index 1f3b2afe..81dfb6f9 100644 --- a/commands/roleplay/eat.js +++ b/commands/roleplay/eat.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class EatCommand extends Command { diff --git a/commands/roleplay/evolve.js b/commands/roleplay/evolve.js index fc4572fb..70547980 100644 --- a/commands/roleplay/evolve.js +++ b/commands/roleplay/evolve.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class EvolveCommand extends Command { diff --git a/commands/roleplay/falcon-punch.js b/commands/roleplay/falcon-punch.js index 31258ba9..67960d4b 100644 --- a/commands/roleplay/falcon-punch.js +++ b/commands/roleplay/falcon-punch.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class FalconPunchCommand extends Command { diff --git a/commands/roleplay/fist-bump.js b/commands/roleplay/fist-bump.js index ab8aac9f..ac6ed3c9 100644 --- a/commands/roleplay/fist-bump.js +++ b/commands/roleplay/fist-bump.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class FistBumpCommand extends Command { diff --git a/commands/roleplay/high-five.js b/commands/roleplay/high-five.js index 3d149bac..997e3e89 100644 --- a/commands/roleplay/high-five.js +++ b/commands/roleplay/high-five.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class HighFiveCommand extends Command { diff --git a/commands/roleplay/hit-with-shovel.js b/commands/roleplay/hit-with-shovel.js index 238f5ca7..c217da0f 100644 --- a/commands/roleplay/hit-with-shovel.js +++ b/commands/roleplay/hit-with-shovel.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class HitWithShovelCommand extends Command { diff --git a/commands/roleplay/hold-hands.js b/commands/roleplay/hold-hands.js index bc756dd6..8d449889 100644 --- a/commands/roleplay/hold-hands.js +++ b/commands/roleplay/hold-hands.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class HoldHandsCommand extends Command { diff --git a/commands/roleplay/hug.js b/commands/roleplay/hug.js index 7f6727f1..260f9887 100644 --- a/commands/roleplay/hug.js +++ b/commands/roleplay/hug.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class HugCommand extends Command { diff --git a/commands/roleplay/inhale.js b/commands/roleplay/inhale.js index d46bb7a1..3cdc31d6 100644 --- a/commands/roleplay/inhale.js +++ b/commands/roleplay/inhale.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class InhaleCommand extends Command { diff --git a/commands/roleplay/kill.js b/commands/roleplay/kill.js index 1d391e75..e0c7e105 100644 --- a/commands/roleplay/kill.js +++ b/commands/roleplay/kill.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class KillCommand extends Command { diff --git a/commands/roleplay/kiss.js b/commands/roleplay/kiss.js index e89cfd2a..fc0fe16c 100644 --- a/commands/roleplay/kiss.js +++ b/commands/roleplay/kiss.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class KissCommand extends Command { diff --git a/commands/roleplay/marry.js b/commands/roleplay/marry.js index b350c310..d1205463 100644 --- a/commands/roleplay/marry.js +++ b/commands/roleplay/marry.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class MarryCommand extends Command { diff --git a/commands/roleplay/pat.js b/commands/roleplay/pat.js index a701e1b1..5c2a6c13 100644 --- a/commands/roleplay/pat.js +++ b/commands/roleplay/pat.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class PatCommand extends Command { diff --git a/commands/roleplay/poke.js b/commands/roleplay/poke.js index aee81e9e..0ca77d69 100644 --- a/commands/roleplay/poke.js +++ b/commands/roleplay/poke.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class PokeCommand extends Command { diff --git a/commands/roleplay/punch.js b/commands/roleplay/punch.js index 3100903e..7ba2ff2a 100644 --- a/commands/roleplay/punch.js +++ b/commands/roleplay/punch.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class PunchCommand extends Command { diff --git a/commands/roleplay/slap.js b/commands/roleplay/slap.js index 2eb438ab..f17dd7d7 100644 --- a/commands/roleplay/slap.js +++ b/commands/roleplay/slap.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class SlapCommand extends Command { diff --git a/commands/roleplay/tackle.js b/commands/roleplay/tackle.js index fb4deee2..25d565ab 100644 --- a/commands/roleplay/tackle.js +++ b/commands/roleplay/tackle.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { randomFromImgurAlbum } = require('../../util/Util'); module.exports = class TackleCommand extends Command { diff --git a/commands/search/bulbapedia.js b/commands/search/bulbapedia.js index c4663cf9..40fe0960 100644 --- a/commands/search/bulbapedia.js +++ b/commands/search/bulbapedia.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/danbooru.js b/commands/search/danbooru.js index 67b45329..9abbad4d 100644 --- a/commands/search/danbooru.js +++ b/commands/search/danbooru.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class DanbooruCommand extends Command { diff --git a/commands/search/deviantart.js b/commands/search/deviantart.js index 0c9ee269..a93a0d33 100644 --- a/commands/search/deviantart.js +++ b/commands/search/deviantart.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { list } = require('../../util/Util'); const { DEVIANTART_ID, DEVIANTART_SECRET } = process.env; diff --git a/commands/search/dictionary.js b/commands/search/dictionary.js index eb7413be..c768db07 100644 --- a/commands/search/dictionary.js +++ b/commands/search/dictionary.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); const { WORDNIK_KEY } = process.env; diff --git a/commands/search/flickr.js b/commands/search/flickr.js index 6d1e341d..4eef725d 100644 --- a/commands/search/flickr.js +++ b/commands/search/flickr.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { FLICKR_KEY } = process.env; diff --git a/commands/search/forecast.js b/commands/search/forecast.js index 01e6a121..d5bcbd70 100644 --- a/commands/search/forecast.js +++ b/commands/search/forecast.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/search/gelbooru.js b/commands/search/gelbooru.js index 2db5c8f7..4b01da03 100644 --- a/commands/search/gelbooru.js +++ b/commands/search/gelbooru.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class GelbooruCommand extends Command { diff --git a/commands/search/giphy.js b/commands/search/giphy.js index af3a3155..34e95222 100644 --- a/commands/search/giphy.js +++ b/commands/search/giphy.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { GIPHY_KEY } = process.env; diff --git a/commands/search/github.js b/commands/search/github.js index 9fa29cc3..8b07d9f1 100644 --- a/commands/search/github.js +++ b/commands/search/github.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten, base64 } = require('../../util/Util'); diff --git a/commands/search/google-autofill.js b/commands/search/google-autofill.js index 9d04a27e..b4e7c16b 100644 --- a/commands/search/google-autofill.js +++ b/commands/search/google-autofill.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class GoogleAutofillCommand extends Command { diff --git a/commands/search/google-book.js b/commands/search/google-book.js index fe27077c..c69d4f5a 100644 --- a/commands/search/google-book.js +++ b/commands/search/google-book.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/google.js b/commands/search/google.js index 3ca662c6..9f5a0746 100644 --- a/commands/search/google.js +++ b/commands/search/google.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { GOOGLE_KEY, CUSTOM_SEARCH_ID } = process.env; diff --git a/commands/search/gravatar.js b/commands/search/gravatar.js index 10f51a6c..f9e56af3 100644 --- a/commands/search/gravatar.js +++ b/commands/search/gravatar.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { hash } = require('../../util/Util'); diff --git a/commands/search/http-cat.js b/commands/search/http-cat.js index 14479c19..fad8559c 100644 --- a/commands/search/http-cat.js +++ b/commands/search/http-cat.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class HttpCatCommand extends Command { diff --git a/commands/search/imgur.js b/commands/search/imgur.js index 509a4f07..00eafecc 100644 --- a/commands/search/imgur.js +++ b/commands/search/imgur.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { IMGUR_KEY } = process.env; diff --git a/commands/search/itunes.js b/commands/search/itunes.js index a9e5ab77..45022632 100644 --- a/commands/search/itunes.js +++ b/commands/search/itunes.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/search/jisho.js b/commands/search/jisho.js index 857c1e6b..d81a46b5 100644 --- a/commands/search/jisho.js +++ b/commands/search/jisho.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/search/kickstarter.js b/commands/search/kickstarter.js index 64403788..f5b2a565 100644 --- a/commands/search/kickstarter.js +++ b/commands/search/kickstarter.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/konachan.js b/commands/search/konachan.js index a56532d0..f872ed4b 100644 --- a/commands/search/konachan.js +++ b/commands/search/konachan.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class KonachanCommand extends Command { diff --git a/commands/search/league-of-legends-champion.js b/commands/search/league-of-legends-champion.js index 20372399..74cc7477 100644 --- a/commands/search/league-of-legends-champion.js +++ b/commands/search/league-of-legends-champion.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { RIOT_KEY } = process.env; diff --git a/commands/search/map.js b/commands/search/map.js index 20199f17..07f19d5a 100644 --- a/commands/search/map.js +++ b/commands/search/map.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { GOOGLE_KEY } = process.env; diff --git a/commands/search/mdn.js b/commands/search/mdn.js index 74448698..f3aba39b 100644 --- a/commands/search/mdn.js +++ b/commands/search/mdn.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/search/my-anime-list-anime.js b/commands/search/my-anime-list-anime.js index 20afe48c..c23d8d2c 100644 --- a/commands/search/my-anime-list-anime.js +++ b/commands/search/my-anime-list-anime.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { parseString } = require('xml2js'); diff --git a/commands/search/my-anime-list-manga.js b/commands/search/my-anime-list-manga.js index 8764d645..4bec1441 100644 --- a/commands/search/my-anime-list-manga.js +++ b/commands/search/my-anime-list-manga.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { parseString } = require('xml2js'); diff --git a/commands/search/nasa.js b/commands/search/nasa.js index a6c6d015..b49f7a5a 100644 --- a/commands/search/nasa.js +++ b/commands/search/nasa.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/neopet.js b/commands/search/neopet.js index 0040197c..5a10cfe5 100644 --- a/commands/search/neopet.js +++ b/commands/search/neopet.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { list } = require('../../util/Util'); const moods = { diff --git a/commands/search/neopets-item.js b/commands/search/neopets-item.js index 260291cc..e619816f 100644 --- a/commands/search/neopets-item.js +++ b/commands/search/neopets-item.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { MessageEmbed } = require('discord.js'); diff --git a/commands/search/npm.js b/commands/search/npm.js index e721f626..0aa82e19 100644 --- a/commands/search/npm.js +++ b/commands/search/npm.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { trimArray } = require('../../util/Util'); diff --git a/commands/search/osu.js b/commands/search/osu.js index 761743f9..3fc88606 100644 --- a/commands/search/osu.js +++ b/commands/search/osu.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { OSU_KEY } = process.env; diff --git a/commands/search/periodic-table.js b/commands/search/periodic-table.js index 994e231e..5c59afe9 100644 --- a/commands/search/periodic-table.js +++ b/commands/search/periodic-table.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const path = require('path'); const { elements, colors } = require('../../assets/json/periodic-table'); diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 297030f0..8a0919db 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/search/recipe.js b/commands/search/recipe.js index 09d4f393..faeb2a02 100644 --- a/commands/search/recipe.js +++ b/commands/search/recipe.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/search/rotten-tomatoes.js b/commands/search/rotten-tomatoes.js index 497c9775..123fd066 100644 --- a/commands/search/rotten-tomatoes.js +++ b/commands/search/rotten-tomatoes.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/rule-of-the-internet.js b/commands/search/rule-of-the-internet.js index db0591d9..db5aafa6 100644 --- a/commands/search/rule-of-the-internet.js +++ b/commands/search/rule-of-the-internet.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const rules = require('../../assets/json/rule-of-the-internet'); module.exports = class RuleOfTheInternetCommand extends Command { diff --git a/commands/search/rule34.js b/commands/search/rule34.js index 19904c02..0f33320f 100644 --- a/commands/search/rule34.js +++ b/commands/search/rule34.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class Rule34Command extends Command { diff --git a/commands/search/safebooru.js b/commands/search/safebooru.js index a2904f69..fdd17cfd 100644 --- a/commands/search/safebooru.js +++ b/commands/search/safebooru.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class SafebooruCommand extends Command { diff --git a/commands/search/stack-overflow.js b/commands/search/stack-overflow.js index 7c65c94a..d9d5d54b 100644 --- a/commands/search/stack-overflow.js +++ b/commands/search/stack-overflow.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { STACKOVERFLOW_KEY } = process.env; diff --git a/commands/search/steam.js b/commands/search/steam.js index 287d3782..e57cf5f8 100644 --- a/commands/search/steam.js +++ b/commands/search/steam.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/search/stocks.js b/commands/search/stocks.js index 35420218..fcb1cd89 100644 --- a/commands/search/stocks.js +++ b/commands/search/stocks.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { ALPHA_VANTAGE_KEY } = process.env; diff --git a/commands/search/tmdb-movie.js b/commands/search/tmdb-movie.js index e8855003..8171fdbc 100644 --- a/commands/search/tmdb-movie.js +++ b/commands/search/tmdb-movie.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/tmdb-tv-show.js b/commands/search/tmdb-tv-show.js index 5dd717e0..5e1d04d7 100644 --- a/commands/search/tmdb-tv-show.js +++ b/commands/search/tmdb-tv-show.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/tumblr.js b/commands/search/tumblr.js index 52910f15..97c66815 100644 --- a/commands/search/tumblr.js +++ b/commands/search/tumblr.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { TUMBLR_KEY } = process.env; diff --git a/commands/search/twitter.js b/commands/search/twitter.js index 37bacaae..633ce6d3 100644 --- a/commands/search/twitter.js +++ b/commands/search/twitter.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { base64 } = require('../../util/Util'); diff --git a/commands/search/urban-dictionary.js b/commands/search/urban-dictionary.js index 91519701..c34b2981 100644 --- a/commands/search/urban-dictionary.js +++ b/commands/search/urban-dictionary.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/vocaloid.js b/commands/search/vocaloid.js index db68a33c..1728e32f 100644 --- a/commands/search/vocaloid.js +++ b/commands/search/vocaloid.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/wattpad.js b/commands/search/wattpad.js index d36afe56..c59445a2 100644 --- a/commands/search/wattpad.js +++ b/commands/search/wattpad.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/weather.js b/commands/search/weather.js index 9020cbb6..ad8a38d0 100644 --- a/commands/search/weather.js +++ b/commands/search/weather.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); diff --git a/commands/search/wikia.js b/commands/search/wikia.js index ec710b22..d4763f9e 100644 --- a/commands/search/wikia.js +++ b/commands/search/wikia.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/wikihow.js b/commands/search/wikihow.js index 849e2302..81a09247 100644 --- a/commands/search/wikihow.js +++ b/commands/search/wikihow.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/search/wikipedia.js b/commands/search/wikipedia.js index 78ab44c7..015b3f49 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { shorten } = require('../../util/Util'); diff --git a/commands/search/xkcd.js b/commands/search/xkcd.js index 791dc2e6..e4aa8c75 100644 --- a/commands/search/xkcd.js +++ b/commands/search/xkcd.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const types = ['random', 'today']; diff --git a/commands/search/youtube.js b/commands/search/youtube.js index a8eb3006..f5ed35de 100644 --- a/commands/search/youtube.js +++ b/commands/search/youtube.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { GOOGLE_KEY } = process.env; diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 67d458e5..20f69e29 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { stripIndents } = require('common-tags'); diff --git a/commands/single/can-you-not.js b/commands/single/can-you-not.js index 106d523e..1b754e84 100644 --- a/commands/single/can-you-not.js +++ b/commands/single/can-you-not.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class CanYouNotCommand extends Command { constructor(client) { diff --git a/commands/single/dark-theme-light-theme.js b/commands/single/dark-theme-light-theme.js index 3258665b..82638d0d 100644 --- a/commands/single/dark-theme-light-theme.js +++ b/commands/single/dark-theme-light-theme.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class DarkThemeLightThemeCommand extends Command { constructor(client) { diff --git a/commands/single/eat-pant.js b/commands/single/eat-pant.js index 56386114..c82b14fd 100644 --- a/commands/single/eat-pant.js +++ b/commands/single/eat-pant.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class EatPantCommand extends Command { constructor(client) { diff --git a/commands/single/give-flower.js b/commands/single/give-flower.js index f7871f22..8e095ac8 100644 --- a/commands/single/give-flower.js +++ b/commands/single/give-flower.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class GiveFlowerCommand extends Command { constructor(client) { diff --git a/commands/single/hi.js b/commands/single/hi.js index 6fd8c5f6..cdf32358 100644 --- a/commands/single/hi.js +++ b/commands/single/hi.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class HiCommand extends Command { constructor(client) { diff --git a/commands/single/isnt-joke.js b/commands/single/isnt-joke.js index bd26f98c..00446b4e 100644 --- a/commands/single/isnt-joke.js +++ b/commands/single/isnt-joke.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class IsntJokeCommand extends Command { constructor(client) { diff --git a/commands/single/its-joke.js b/commands/single/its-joke.js index 705134e2..e04169ef 100644 --- a/commands/single/its-joke.js +++ b/commands/single/its-joke.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ItsJokeCommand extends Command { constructor(client) { diff --git a/commands/single/lenny.js b/commands/single/lenny.js index c45629b8..385076e4 100644 --- a/commands/single/lenny.js +++ b/commands/single/lenny.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class LennyCommand extends Command { constructor(client) { diff --git a/commands/single/nitro.js b/commands/single/nitro.js index 3efd968b..6f1b9b80 100644 --- a/commands/single/nitro.js +++ b/commands/single/nitro.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const { stripIndents } = require('common-tags'); diff --git a/commands/single/slow-clap.js b/commands/single/slow-clap.js index 70f27556..e0bb5945 100644 --- a/commands/single/slow-clap.js +++ b/commands/single/slow-clap.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class SlowClapCommand extends Command { constructor(client) { diff --git a/commands/single/spam.js b/commands/single/spam.js index 2807a0b8..442a71a3 100644 --- a/commands/single/spam.js +++ b/commands/single/spam.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class SpamCommand extends Command { constructor(client) { diff --git a/commands/single/tableflip.js b/commands/single/tableflip.js index e5def073..9b60471c 100644 --- a/commands/single/tableflip.js +++ b/commands/single/tableflip.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { wait } = require('../../util/Util'); const frames = [ '(-°□°)- ┬─┬', diff --git a/commands/single/wynaut.js b/commands/single/wynaut.js index f299c080..0d4c2599 100644 --- a/commands/single/wynaut.js +++ b/commands/single/wynaut.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class WynautCommand extends Command { constructor(client) { diff --git a/commands/tags/add.js b/commands/tags/add.js index 699a43a9..0e4c4e97 100644 --- a/commands/tags/add.js +++ b/commands/tags/add.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Tag = require('../../models/Tag'); module.exports = class TagAddCommand extends Command { diff --git a/commands/tags/edit.js b/commands/tags/edit.js index ff4c12a4..f3d6466a 100644 --- a/commands/tags/edit.js +++ b/commands/tags/edit.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Tag = require('../../models/Tag'); module.exports = class TagEditCommand extends Command { diff --git a/commands/tags/info.js b/commands/tags/info.js index 838eabeb..920f692c 100644 --- a/commands/tags/info.js +++ b/commands/tags/info.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const Tag = require('../../models/Tag'); diff --git a/commands/tags/remove.js b/commands/tags/remove.js index 243f7f3e..be272a93 100644 --- a/commands/tags/remove.js +++ b/commands/tags/remove.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Tag = require('../../models/Tag'); module.exports = class TagRemoveCommand extends Command { diff --git a/commands/tags/source.js b/commands/tags/source.js index b8d06bab..b0308dd0 100644 --- a/commands/tags/source.js +++ b/commands/tags/source.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Tag = require('../../models/Tag'); module.exports = class TagSourceCommand extends Command { diff --git a/commands/tags/view.js b/commands/tags/view.js index 7cc48d88..9b77646a 100644 --- a/commands/tags/view.js +++ b/commands/tags/view.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const Tag = require('../../models/Tag'); module.exports = class TagViewCommand extends Command { diff --git a/commands/text-edit/alphabet-reverse.js b/commands/text-edit/alphabet-reverse.js index 75f70746..a6c5c871 100644 --- a/commands/text-edit/alphabet-reverse.js +++ b/commands/text-edit/alphabet-reverse.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/alphabet-reverse'); diff --git a/commands/text-edit/base64.js b/commands/text-edit/base64.js index f621d11f..a9093099 100644 --- a/commands/text-edit/base64.js +++ b/commands/text-edit/base64.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { list, base64 } = require('../../util/Util'); const modes = ['encode', 'decode']; diff --git a/commands/text-edit/binary.js b/commands/text-edit/binary.js index 1cbaaed9..25fc0d5b 100644 --- a/commands/text-edit/binary.js +++ b/commands/text-edit/binary.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { list } = require('../../util/Util'); const modes = ['encode', 'decode']; diff --git a/commands/text-edit/braille.js b/commands/text-edit/braille.js index 9d38b14e..ae938e53 100644 --- a/commands/text-edit/braille.js +++ b/commands/text-edit/braille.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/braille'); diff --git a/commands/text-edit/clap.js b/commands/text-edit/clap.js index 8379c0a8..e98d9e96 100644 --- a/commands/text-edit/clap.js +++ b/commands/text-edit/clap.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ClapCommand extends Command { constructor(client) { diff --git a/commands/text-edit/cow-say.js b/commands/text-edit/cow-say.js index f46b37f8..083d9260 100644 --- a/commands/text-edit/cow-say.js +++ b/commands/text-edit/cow-say.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class CowSayCommand extends Command { diff --git a/commands/text-edit/cursive.js b/commands/text-edit/cursive.js index 6ab0610c..e765d99c 100644 --- a/commands/text-edit/cursive.js +++ b/commands/text-edit/cursive.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/cursive'); diff --git a/commands/text-edit/dvorak.js b/commands/text-edit/dvorak.js index f4e071ea..6b8c8d39 100644 --- a/commands/text-edit/dvorak.js +++ b/commands/text-edit/dvorak.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/dvorak'); diff --git a/commands/text-edit/embed.js b/commands/text-edit/embed.js index e7de6968..bfc3e42d 100644 --- a/commands/text-edit/embed.js +++ b/commands/text-edit/embed.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); module.exports = class EmbedCommand extends Command { diff --git a/commands/text-edit/emojify.js b/commands/text-edit/emojify.js index 26d5e56b..3008828a 100644 --- a/commands/text-edit/emojify.js +++ b/commands/text-edit/emojify.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/emojify'); diff --git a/commands/text-edit/fancy.js b/commands/text-edit/fancy.js index 9ffb4608..cd10e333 100644 --- a/commands/text-edit/fancy.js +++ b/commands/text-edit/fancy.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/fancy'); diff --git a/commands/text-edit/hex.js b/commands/text-edit/hex.js index 03bd3297..bf8a754f 100644 --- a/commands/text-edit/hex.js +++ b/commands/text-edit/hex.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class HexCommand extends Command { constructor(client) { diff --git a/commands/text-edit/latlmes.js b/commands/text-edit/latlmes.js index 2c7d2f0f..d6e496a2 100644 --- a/commands/text-edit/latlmes.js +++ b/commands/text-edit/latlmes.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class LatlmesCommand extends Command { constructor(client) { diff --git a/commands/text-edit/lmgtfy.js b/commands/text-edit/lmgtfy.js index 300c3dbd..12c9d719 100644 --- a/commands/text-edit/lmgtfy.js +++ b/commands/text-edit/lmgtfy.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class LMGTFYCommand extends Command { constructor(client) { diff --git a/commands/text-edit/md5.js b/commands/text-edit/md5.js index 7f3b7bad..631d205d 100644 --- a/commands/text-edit/md5.js +++ b/commands/text-edit/md5.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { hash } = require('../../util/Util'); module.exports = class MD5Command extends Command { diff --git a/commands/text-edit/mocking.js b/commands/text-edit/mocking.js index 9967b780..b6c9ebea 100644 --- a/commands/text-edit/mocking.js +++ b/commands/text-edit/mocking.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MOCKING_EMOJI_ID } = process.env; module.exports = class MockingCommand extends Command { diff --git a/commands/text-edit/morse.js b/commands/text-edit/morse.js index 63459d9b..ef471e4f 100644 --- a/commands/text-edit/morse.js +++ b/commands/text-edit/morse.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/morse'); diff --git a/commands/text-edit/organization-xiii-name.js b/commands/text-edit/organization-xiii-name.js index 8697d2da..78e7a617 100644 --- a/commands/text-edit/organization-xiii-name.js +++ b/commands/text-edit/organization-xiii-name.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { shuffle } = require('../../util/Util'); module.exports = class OrganizationXIIINameCommand extends Command { diff --git a/commands/text-edit/owo.js b/commands/text-edit/owo.js index fa3e957d..3fed5c03 100644 --- a/commands/text-edit/owo.js +++ b/commands/text-edit/owo.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const faces = ['(・`ω´・)', ';;w;;', 'owo', 'UwU', '>w<', '^w^']; module.exports = class OwOCommand extends Command { diff --git a/commands/text-edit/pig-latin.js b/commands/text-edit/pig-latin.js index a0b86c16..1baa84e2 100644 --- a/commands/text-edit/pig-latin.js +++ b/commands/text-edit/pig-latin.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class PigLatinCommand extends Command { constructor(client) { diff --git a/commands/text-edit/pirate.js b/commands/text-edit/pirate.js index d530f7e4..50a1e4a2 100644 --- a/commands/text-edit/pirate.js +++ b/commands/text-edit/pirate.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { wordTrans } = require('custom-translate'); const dictionary = require('../../assets/json/pirate'); diff --git a/commands/text-edit/repeat.js b/commands/text-edit/repeat.js index ea8284db..018f84c1 100644 --- a/commands/text-edit/repeat.js +++ b/commands/text-edit/repeat.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class RepeatCommand extends Command { constructor(client) { diff --git a/commands/text-edit/reverse.js b/commands/text-edit/reverse.js index 62e85bc3..8d1c723e 100644 --- a/commands/text-edit/reverse.js +++ b/commands/text-edit/reverse.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ReverseCommand extends Command { constructor(client) { diff --git a/commands/text-edit/say.js b/commands/text-edit/say.js index 98f3b18c..bac58b4b 100644 --- a/commands/text-edit/say.js +++ b/commands/text-edit/say.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class SayCommand extends Command { constructor(client) { diff --git a/commands/text-edit/sha-256.js b/commands/text-edit/sha-256.js index 5ae52d55..4f243431 100644 --- a/commands/text-edit/sha-256.js +++ b/commands/text-edit/sha-256.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { hash } = require('../../util/Util'); module.exports = class SHA256Command extends Command { diff --git a/commands/text-edit/ship-name.js b/commands/text-edit/ship-name.js index 610028d7..65203410 100644 --- a/commands/text-edit/ship-name.js +++ b/commands/text-edit/ship-name.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class ShipNameCommand extends Command { constructor(client) { diff --git a/commands/text-edit/shorten-url.js b/commands/text-edit/shorten-url.js index 4edd204e..bfc3de49 100644 --- a/commands/text-edit/shorten-url.js +++ b/commands/text-edit/shorten-url.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { GOOGLE_KEY } = process.env; diff --git a/commands/text-edit/shuffle.js b/commands/text-edit/shuffle.js index 7bd52982..038cde4e 100644 --- a/commands/text-edit/shuffle.js +++ b/commands/text-edit/shuffle.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { shuffle } = require('../../util/Util'); module.exports = class ShuffleCommand extends Command { diff --git a/commands/text-edit/snake-speak.js b/commands/text-edit/snake-speak.js index 7ea5f078..dd63a4af 100644 --- a/commands/text-edit/snake-speak.js +++ b/commands/text-edit/snake-speak.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class SnakeSpeakCommand extends Command { constructor(client) { diff --git a/commands/text-edit/superscript.js b/commands/text-edit/superscript.js index 1367e610..1c070f9d 100644 --- a/commands/text-edit/superscript.js +++ b/commands/text-edit/superscript.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/superscript'); diff --git a/commands/text-edit/temmie.js b/commands/text-edit/temmie.js index b8c5a36f..7a911fdd 100644 --- a/commands/text-edit/temmie.js +++ b/commands/text-edit/temmie.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { wordTrans } = require('custom-translate'); const dictionary = require('../../assets/json/temmie'); diff --git a/commands/text-edit/translate.js b/commands/text-edit/translate.js index e52af496..ee1d90a6 100644 --- a/commands/text-edit/translate.js +++ b/commands/text-edit/translate.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const snekfetch = require('snekfetch'); const { list } = require('../../util/Util'); diff --git a/commands/text-edit/upside-down.js b/commands/text-edit/upside-down.js index e5bea535..3e22028f 100644 --- a/commands/text-edit/upside-down.js +++ b/commands/text-edit/upside-down.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { letterTrans } = require('custom-translate'); const dictionary = require('../../assets/json/upside-down'); diff --git a/commands/text-edit/url-encode.js b/commands/text-edit/url-encode.js index a76e28d1..91b72c0c 100644 --- a/commands/text-edit/url-encode.js +++ b/commands/text-edit/url-encode.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class URLEncodeCommand extends Command { constructor(client) { diff --git a/commands/text-edit/yoda.js b/commands/text-edit/yoda.js index f65173f2..f8fc431b 100644 --- a/commands/text-edit/yoda.js +++ b/commands/text-edit/yoda.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); const { YODA_KEY } = process.env; diff --git a/commands/text-edit/zalgo.js b/commands/text-edit/zalgo.js index aa34f794..08a8c284 100644 --- a/commands/text-edit/zalgo.js +++ b/commands/text-edit/zalgo.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const zalgo = require('../../assets/json/zalgo'); module.exports = class ZalgoCommand extends Command { diff --git a/commands/text-edit/🅱.js b/commands/text-edit/🅱.js index 3c15d8f7..cc7287a0 100644 --- a/commands/text-edit/🅱.js +++ b/commands/text-edit/🅱.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class BCommand extends Command { constructor(client) { diff --git a/commands/util/blacklist.js b/commands/util/blacklist.js index 60d649cb..0828b960 100644 --- a/commands/util/blacklist.js +++ b/commands/util/blacklist.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class BlacklistCommand extends Command { constructor(client) { diff --git a/commands/util/donate.js b/commands/util/donate.js index 1a594cfe..7ad5311e 100644 --- a/commands/util/donate.js +++ b/commands/util/donate.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); module.exports = class DonateCommand extends Command { diff --git a/commands/util/help.js b/commands/util/help.js index 581461b8..f6ae8bd6 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const { stripIndents } = require('common-tags'); diff --git a/commands/util/info.js b/commands/util/info.js index 3237494e..07f6c978 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const { version } = require('../../package'); const { duration } = require('../../util/Util'); diff --git a/commands/util/invite.js b/commands/util/invite.js index b5e3be26..9db14212 100644 --- a/commands/util/invite.js +++ b/commands/util/invite.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); module.exports = class InviteCommand extends Command { diff --git a/commands/util/ping.js b/commands/util/ping.js index 3e769b4c..6dcd9ed7 100644 --- a/commands/util/ping.js +++ b/commands/util/ping.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); module.exports = class PingCommand extends Command { diff --git a/commands/util/uptime.js b/commands/util/uptime.js index 982f53fb..72c2f7b5 100644 --- a/commands/util/uptime.js +++ b/commands/util/uptime.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { duration } = require('../../util/Util'); module.exports = class UptimeCommand extends Command { diff --git a/commands/util/whitelist.js b/commands/util/whitelist.js index 1bf95937..4b1aa2d4 100644 --- a/commands/util/whitelist.js +++ b/commands/util/whitelist.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class WhitelistCommand extends Command { constructor(client) { diff --git a/commands/voice/airhorn.js b/commands/voice/airhorn.js index b8a27bec..96f5dce6 100644 --- a/commands/voice/airhorn.js +++ b/commands/voice/airhorn.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const fs = require('fs'); const path = require('path'); const sounds = fs.readdirSync(path.join(__dirname, '..', '..', 'assets', 'sounds', 'airhorn')); diff --git a/commands/voice/dec-talk.js b/commands/voice/dec-talk.js index 52ae6d12..2885c6d4 100644 --- a/commands/voice/dec-talk.js +++ b/commands/voice/dec-talk.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const snekfetch = require('snekfetch'); module.exports = class DECTalkCommand extends Command { diff --git a/commands/voice/leave.js b/commands/voice/leave.js index c591aba2..09ab7ead 100644 --- a/commands/voice/leave.js +++ b/commands/voice/leave.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); module.exports = class LeaveVoiceChannelCommand extends Command { constructor(client) { diff --git a/commands/voice/soundboard.js b/commands/voice/soundboard.js index 38767c24..ff4009a9 100644 --- a/commands/voice/soundboard.js +++ b/commands/voice/soundboard.js @@ -1,4 +1,4 @@ -const { Command } = require('discord.js-commando'); +const Command = require('../../structures/Command'); const { list } = require('../../util/Util'); const path = require('path'); const sounds = require('../../assets/json/soundboard'); diff --git a/package.json b/package.json index 2d6cd5ef..f9f675a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "78.0.2", + "version": "79.0.0", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { diff --git a/structures/Command.js b/structures/Command.js new file mode 100644 index 00000000..cd3f2015 --- /dev/null +++ b/structures/Command.js @@ -0,0 +1,12 @@ +const Command = require('../../structures/Command'); + +class XiaoCommand extends Command { + constructor(client) { + super(client, { + argsPromptLimit: 1, + argsSingleQuotes: false + }); + } +} + +module.exports = XiaoCommand;