mirror of
				https://gitlab.com/ddorn/tfjm-discord-bot.git
				synced 2025-11-04 02:12:06 +01:00 
			
		
		
		
	✏️ typos
This commit is contained in:
		@@ -216,7 +216,7 @@ class TeamsCog(Cog, name="Teams"):
 | 
				
			|||||||
        if not channel_name:
 | 
					        if not channel_name:
 | 
				
			||||||
            await ctx.send(
 | 
					            await ctx.send(
 | 
				
			||||||
                "Tu dois mettre un nom d'équipe, par exemple "
 | 
					                "Tu dois mettre un nom d'équipe, par exemple "
 | 
				
			||||||
                "`!team channel un-super-nom`"
 | 
					                "`!team voice un-super-nom`"
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -232,7 +232,7 @@ class TeamsCog(Cog, name="Teams"):
 | 
				
			|||||||
                team_role: discord.PermissionOverwrite(read_messages=True),
 | 
					                team_role: discord.PermissionOverwrite(read_messages=True),
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            category=team_channel_category,
 | 
					            category=team_channel_category,
 | 
				
			||||||
            reason=f"{ctx.author.name} à demandé une channel vocale pour son équipe.",
 | 
					            reason=f"{ctx.author.name} à demandé un salon vocale pour son équipe.",
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user