Skip to content

Commit 1b1a864

Browse files
Update username reminder warning message and set signups to closed
1 parent 227c984 commit 1b1a864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ async def send_username_reminders_command(interaction: discord.Interaction, conf
14841484
# Add warning message at the top
14851485
dm_embed.add_field(
14861486
name="⚠️ IMPORTANT WARNING ⚠️",
1487-
value="**❗ Users with improperly formatted usernames will be automatically UNREGISTERED from both Discord and Matcherino systems ❗**\n\n🚫 This will PREVENT your participation in the tournament\n\n⏰ Please update your username format IMMEDIATELY to avoid removal",
1487+
value="**❗ Users with improperly formatted usernames will be automatically UNREGISTERED from both Discord and Matcherino systems ❗**\n\n🚫 This will PREVENT your participation in the tournament\n\n⏰ Please update your username format IMMEDIATELY to avoid removal\n ‼️ You will be automatically disqualified <t:1743613200:R> if you don't update your username! ‼️",
14881488
inline=False
14891489
)
14901490

db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
TOURNAMENT_JOIN_CODE = "Vladilena Milize"
2020

2121
# Controls whether new signups are allowed
22-
SIGNUPS_OPEN = True
22+
SIGNUPS_OPEN = False
2323

2424
class Database:
2525
"""

0 commit comments

Comments
 (0)