Skip to content

Commit

Permalink
Merge pull request #167 from MiscGuild/public-staff-app-access
Browse files Browse the repository at this point in the history
feat: made staff applications accessible to everyone
  • Loading branch information
Amxgh authored Mar 1, 2024
2 parents b6cee9e + 6063518 commit 9d46e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/discord_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="🤔")

Expand Down

0 comments on commit 9d46e34

Please sign in to comment.