diff --git a/src/utils/discord_utils.py b/src/utils/discord_utils.py index 6371c2f..55786d8 100644 --- a/src/utils/discord_utils.py +++ b/src/utils/discord_utils.py @@ -78,10 +78,10 @@ def __init__(self): if bot.member_role in user.roles: self.add_option(label="Register a milestone", emoji="🏆") self.add_option(label="I am going to be inactive", emoji="<:dnkl:877657298703634483>") - self.add_option(label="I want to join the staff team", emoji="🤵") self.add_option(label="I want to join the GvG team", emoji="⚔️") # Add default options + self.add_option(label="I want to join the staff team", emoji="🤵") self.add_option(label="Report a player", emoji="🗒️") self.add_option(label="Query/Problem", emoji="🤔")