There was an error while loading. Please reload this page.
1 parent 26188f4 commit 92fbfaeCopy full SHA for 92fbfae
1 file changed
src/commands/club.py
@@ -126,8 +126,8 @@ async def create_club(
126
await interaction.followup.send(f"Le club : {club.name} existe déjà...")
127
else:
128
guild = interaction.guild
129
- channel_club = utils.get(guild.channels, id=1428320894610309121)
130
- mess = await channel_club.send(
+ id_channel_autorole = utils.get(guild.channels, name="club")
+ mess = await id_channel_autorole.send(
131
f"Réagi à ce message pour rejoindre le club {club.name}"
132
)
133
0 commit comments