Added translation for user remove command #23
This commit is contained in:
		@@ -243,14 +243,12 @@ class UserGroup(DiscordCommandABC):
 | 
			
		||||
                return
 | 
			
		||||
 | 
			
		||||
            case other:
 | 
			
		||||
                # ToDo: Move atr_not_found
 | 
			
		||||
                await self._message_service.send_interaction_msg(ctx.interaction, self._t.transform('modules.base.user.error.atr_not_found').format(atr))
 | 
			
		||||
                return
 | 
			
		||||
 | 
			
		||||
        # ToDo: Add text for it
 | 
			
		||||
        await self._message_service.send_interaction_msg(
 | 
			
		||||
            ctx.interaction,
 | 
			
		||||
            self._t.transform(f'modules.base.user.remove.{atr}').format(member.mention, value)
 | 
			
		||||
            self._t.transform(f'modules.base.user.remove.{atr}').format(value, member.mention)
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    @remove.autocomplete('atr')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user