mirror of
				https://gitlab.com/ddorn/tfjm-discord-bot.git
				synced 2025-11-04 09:02:14 +01:00 
			
		
		
		
	🐛 fix add team channel
This commit is contained in:
		@@ -199,7 +199,7 @@ class TeamsCog(Cog, name="Teams"):
 | 
			
		||||
 | 
			
		||||
    @team.command(name="voice", usage="Nom du salon")
 | 
			
		||||
    @commands.has_role(Role.CAPTAIN)
 | 
			
		||||
    async def team_channel(self, ctx, *channel_name):
 | 
			
		||||
    async def team_voice(self, ctx, *channel_name):
 | 
			
		||||
        """
 | 
			
		||||
        (cap) Crée une channel vocale privée pour l'équipe
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user