Skip to content

Commit 4c5e383

Browse files
committed
Removed role permissions wall
1 parent b30d8f2 commit 4c5e383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zorak/cogs/utility/points.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ async def reset_points_for_all_users(self, ctx):
120120
await ctx.respond("Points reset for all users.")
121121

122122
@commands.slash_command()
123-
@commands.has_any_role("Admin", "Sudo", "Staff", "Project Manager")
124123
async def get_points_for_user(self, ctx, mention):
125124
"""Get points for a user."""
126125
mention = str(mention)

0 commit comments

Comments
 (0)