Update PermissionsModule.cs

This commit is contained in:
miraai 2016-08-02 01:56:32 +02:00 committed by GitHub
parent 778c06ec8d
commit 138b8ae7e9

View File

@ -813,7 +813,7 @@ namespace NadekoBot.Modules.Permissions
cgb.CreateCommand(Prefix + "allcmdcooldowns")
.Alias(Prefix + "acmdcds")
.Description("Shows a list of all commands and their respective cooldowns.")
.Description("Shows a list of all commands and their respective cooldowns. | `{Prefix}acmdcds`")
.Do(async e =>
{
ServerPermissions perms;