Add timeout alias to mute

This commit is contained in:
Deukhoofd 2018-11-05 15:21:27 +01:00
parent 0a71e6d6ce
commit 4b3ce14075
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
[Command("silence", PermissionLevel.Helper)]
[Command("mute", PermissionLevel.Helper)]
[Command("timeout", PermissionLevel.Helper)]
[CommandParameters(ParameterMatcher.ParameterType.User, ParameterMatcher.ParameterType.Timespan)]
[CommandParameters(ParameterMatcher.ParameterType.User, ParameterMatcher.ParameterType.Number)]
[CommandParameters(ParameterMatcher.ParameterType.User)]