Fixed ;lp, thanks manuel
This commit is contained in:
parent
760e60d116
commit
a2ed4ac49b
@ -203,7 +203,7 @@ namespace NadekoBot.Modules.Permissions
|
||||
[RequireContext(ContextType.Guild)]
|
||||
public async Task ListPerms(int page = 1)
|
||||
{
|
||||
if (page < 1 || page > 4)
|
||||
if (page < 1)
|
||||
return;
|
||||
|
||||
PermissionCache permCache;
|
||||
|
Loading…
Reference in New Issue
Block a user