Add role help alias

This commit is contained in:
Daniel_I_Am 2020-08-21 22:15:25 +02:00
parent 5cf8c3f08b
commit d748de5a15
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -19,7 +19,7 @@ namespace ChaosBot.Discord.Modules.Admin
private static readonly ILogger Logger = Program.Logger;
[Command("role")]
[Alias("role info")]
[Alias("role help", "role info")]
[CheckCommandPerm("Admin")]
public async Task RoleInfoCommand()
{