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",
aliases: ["about"],
// module: "General",
cooldown: 0,
AuthorPermissions: ["MANAGE_GUILD"],
cooldown: 2,
// AuthorPermissions: ["MANAGE_GUILD"],
dev: false
})
}

View File

@ -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
})
}