This commit is contained in:
Dragon Fire
2021-06-05 12:50:41 -04:00
parent 5fa50bfc2c
commit c61ae11679
659 changed files with 659 additions and 659 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class CanYouNotCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
const { list } = require('../../util/Util');
const types = ['default', 'steve'];
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
const { list } = require('../../util/Util');
const types = ['default', 'moth', 'jojo', 'spoiler', 'nitro'];
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
module.exports = class EatPantCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
module.exports = class EggsGetLaidCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
module.exports = class FlyCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class GiveFlowerCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class HelloWorldCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class HiCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class JustDoItCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class LennyCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
module.exports = class RickrollCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
module.exports = class SpamCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const { delay } = require('../../util/Util');
const frames = [
'(-°□°)- ┬─┬',
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
const { delay } = require('../../util/Util');
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
module.exports = class WynautCommand extends Command {
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const Command = require('../../framework/Command');
const path = require('path');
const { list } = require('../../util/Util');
const types = ['default', 'blastyoff', 'disyoffjs', 'yoffcirius', 'yoffice', 'yofficer', 'gameyoff'];