Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev
This commit is contained in:
		@@ -25,6 +25,7 @@ namespace NadekoBot.Modules.Utility
 | 
			
		||||
 | 
			
		||||
        [NadekoCommand, Usage, Description, Aliases]
 | 
			
		||||
        [RequireContext(ContextType.Guild)]
 | 
			
		||||
        [RequireUserPermission(GuildPermission.ManageRoles)]
 | 
			
		||||
        [OwnerOnly]
 | 
			
		||||
        public async Task RotateRoleColor(int timeout, IRole role, params string[] hexes)
 | 
			
		||||
        {
 | 
			
		||||
@@ -344,4 +345,4 @@ namespace NadekoBot.Modules.Utility
 | 
			
		||||
                await JsonConvert.SerializeObject(grouping, Formatting.Indented).ToStream().ConfigureAwait(false), title, title).ConfigureAwait(false);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user