Skip to content

Commit

Permalink
fix: fixed rolename
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxgh committed Mar 21, 2024
1 parent 4ef4432 commit 739d36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/staff.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def rolecheck(self, ctx, send_ping: bool = True):
await General.rolecheck(ctx, send_ping)

@bridge.bridge_command()
@commands.has_role("new role")
@commands.has_role("Guild Master")
async def add_members(self, ctx):
await General.add_players(ctx)

Expand Down

0 comments on commit 739d36e

Please sign in to comment.