Rotate Role Color needs ManageRoles permission.
This commit is contained in:
		@@ -25,6 +25,7 @@ namespace NadekoBot.Modules.Utility
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        [NadekoCommand, Usage, Description, Aliases]
 | 
					        [NadekoCommand, Usage, Description, Aliases]
 | 
				
			||||||
        [RequireContext(ContextType.Guild)]
 | 
					        [RequireContext(ContextType.Guild)]
 | 
				
			||||||
 | 
					        [RequireUserPermission(GuildPermission.ManageRoles)]
 | 
				
			||||||
        [OwnerOnly]
 | 
					        [OwnerOnly]
 | 
				
			||||||
        public async Task RotateRoleColor(int timeout, IRole role, params string[] hexes)
 | 
					        public async Task RotateRoleColor(int timeout, IRole role, params string[] hexes)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user