diff --git a/src/modules/general/info.ts b/src/modules/general/info.ts index 7a41461..2e1c4bd 100644 --- a/src/modules/general/info.ts +++ b/src/modules/general/info.ts @@ -8,8 +8,8 @@ export = class Info extends Command { description: "Show Information about the Bot", aliases: ["about"], // module: "General", - cooldown: 0, - AuthorPermissions: ["MANAGE_GUILD"], + cooldown: 2, + // AuthorPermissions: ["MANAGE_GUILD"], dev: false }) } diff --git a/src/modules/images/wolf.ts b/src/modules/images/wolf.ts index 1ab2614..b488486 100644 --- a/src/modules/images/wolf.ts +++ b/src/modules/images/wolf.ts @@ -6,10 +6,7 @@ export = class Wolf extends Command { name: "wolf", description: "Show a Wolf", aliases: ["awoo"], - // module: "General", cooldown: 0, - guildOnly: false, - dev: false }) }