Fixed ;lp, thanks manuel

This commit is contained in:
Kwoth 2017-03-24 11:15:31 +01:00
parent 760e60d116
commit a2ed4ac49b

View File

@ -203,7 +203,7 @@ namespace NadekoBot.Modules.Permissions
[RequireContext(ContextType.Guild)] [RequireContext(ContextType.Guild)]
public async Task ListPerms(int page = 1) public async Task ListPerms(int page = 1)
{ {
if (page < 1 || page > 4) if (page < 1)
return; return;
PermissionCache permCache; PermissionCache permCache;