Add times to ban commands (#13804)
This commit is contained in:
@@ -58,7 +58,10 @@ public sealed class RoleBanCommand : IConsoleCommand
|
||||
{
|
||||
new("0", Loc.GetString("cmd-roleban-hint-duration-1")),
|
||||
new("1440", Loc.GetString("cmd-roleban-hint-duration-2")),
|
||||
new("10080", Loc.GetString("cmd-roleban-hint-duration-3")),
|
||||
new("4320", Loc.GetString("cmd-roleban-hint-duration-3")),
|
||||
new("10080", Loc.GetString("cmd-roleban-hint-duration-4")),
|
||||
new("20160", Loc.GetString("cmd-roleban-hint-duration-5")),
|
||||
new("43800", Loc.GetString("cmd-roleban-hint-duration-6")),
|
||||
};
|
||||
|
||||
return args.Length switch
|
||||
|
||||
Reference in New Issue
Block a user