Self assignable roles are implemented.

This commit is contained in:
Master Kwoth
2016-03-15 16:32:03 +01:00
parent 2c17c7b223
commit 19deee6597
6 changed files with 139 additions and 15 deletions

View File

@ -22,6 +22,7 @@ namespace NadekoBot.Modules {
commands.Add(new RatelimitCommand(this));
commands.Add(new VoicePlusTextCommand(this));
commands.Add(new CrossServerTextChannel(this));
commands.Add(new SelfAssignedRolesCommand(this));
}
public override string Prefix { get; } = NadekoBot.Config.CommandPrefixes.Administration;