Fixed ;lp, thanks manuel
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user