1
0
mirror of https://gitlab.com/Deukhoofd/DeukBot4.git synced 2025-09-02 23:57:19 +00:00

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

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)]