rename announcement role assign function
This commit is contained in:
		@@ -38,7 +38,7 @@ export default class RoleController {
 | 
			
		||||
			.catch(error => { logger.error(`Could not find announcement_role with id ${config.bot.announcement_role}. Error: ${error}`, { requestId, guildId: guild.id }) })
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public async manageAnnouncementRoles(guild: Guild, reaction: MessageReaction, requestId: string) {
 | 
			
		||||
	public async assignAnnouncementRolesFromReactions(guild: Guild, reaction: MessageReaction, requestId: string) {
 | 
			
		||||
		const guildId = guild.id
 | 
			
		||||
		logger.info("Managing roles", { guildId, requestId })
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user