mirror of
https://gitlab.com/Deukhoofd/DeukBot4.git
synced 2025-09-05 00:47:20 +00:00
Renamed command for blocked
This commit is contained in:
parent
fea2b05e03
commit
6ce512ead0
@ -50,7 +50,7 @@ namespace DeukBot4.MessageHandlers.CommandHandler
|
|||||||
await SetRolePermission(request, PermissionLevel.Helper);
|
await SetRolePermission(request, PermissionLevel.Helper);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command("bannedrole", PermissionLevel.ServerOwner)]
|
[Command("blockedrole", PermissionLevel.ServerOwner)]
|
||||||
[CommandParameters(new []{ParameterMatcher.ParameterType.Number})]
|
[CommandParameters(new []{ParameterMatcher.ParameterType.Number})]
|
||||||
public async Task SetBannedRole(CommandRequest request)
|
public async Task SetBannedRole(CommandRequest request)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user