Permission indexes are now correct
This commit is contained in:
		@@ -224,7 +224,7 @@ namespace NadekoBot.Modules.Permissions
 | 
			
		||||
                                 .Select(p =>
 | 
			
		||||
                                 {
 | 
			
		||||
                                     var str =
 | 
			
		||||
                                         $"`{p.Index + startPos + 1}.` {Format.Bold(p.GetCommand((SocketGuild) Context.Guild))}";
 | 
			
		||||
                                         $"`{p.Index + 1}.` {Format.Bold(p.GetCommand((SocketGuild) Context.Guild))}";
 | 
			
		||||
                                     if (p.Index == 0)
 | 
			
		||||
                                         str += $" [{GetText("uneditable")}]";
 | 
			
		||||
                                     return str;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user