first commands

This commit is contained in:
Lio Young 2021-04-09 15:18:34 +02:00
parent be59576c0d
commit 7eeca42275
No known key found for this signature in database
GPG Key ID: 789795A11879E169
2 changed files with 2 additions and 5 deletions

View File

@ -8,8 +8,8 @@ export = class Info extends Command {
description: "Show Information about the Bot", description: "Show Information about the Bot",
aliases: ["about"], aliases: ["about"],
// module: "General", // module: "General",
cooldown: 0, cooldown: 2,
AuthorPermissions: ["MANAGE_GUILD"], // AuthorPermissions: ["MANAGE_GUILD"],
dev: false dev: false
}) })
} }

View File

@ -6,10 +6,7 @@ export = class Wolf extends Command {
name: "wolf", name: "wolf",
description: "Show a Wolf", description: "Show a Wolf",
aliases: ["awoo"], aliases: ["awoo"],
// module: "General",
cooldown: 0, cooldown: 0,
guildOnly: false,
dev: false
}) })
} }