Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

Commit 2eb3986

Browse files
committed
text
1 parent f69e00f commit 2eb3986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ async def annonce_inscription():
409409

410410
await annonce_msg.pin()
411411

412-
await bot.get_channel(annonce_channel_id).send(f"{server_logo} Inscriptions pour le **{tournoi['name']}** ouvertes dans <#{inscriptions_channel_id}> ! <@&{gamelist[tournoi['game']]['role']}>\n"
412+
await bot.get_channel(annonce_channel_id).send(f"{server_logo} Inscriptions pour le **{tournoi['name']}** ouvertes dans <#{inscriptions_channel_id}> ! Consultez-y les messages épinglés. <@&{gamelist[tournoi['game']]['role']}>\n"
413413
f":calendar_spiral: Ce tournoi aura lieu le **{format_date(tournoi['début_tournoi'], format='full', locale=language)} à {format_time(tournoi['début_tournoi'], format='short', locale=language)}**.")
414414

415415
await purge_channels()

0 commit comments

Comments
 (0)