Skip to content

Commit 170e6c0

Browse files
authored
Merge pull request #327 from practical-python-org/fix/all-users-can-now-query-points-for-users
fix: Removed role permissions wall
2 parents 042a6bd + 4c5e383 commit 170e6c0

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
@@ -122,7 +122,6 @@ async def reset_points_for_all_users(self, ctx):
122122
await ctx.respond("Points reset for all users.")
123123

124124
@commands.slash_command()
125-
@commands.has_any_role("Admin", "Sudo", "Staff", "Project Manager")
126125
async def get_points_for_user(self, ctx, mention):
127126
"""Get points for a user."""
128127
mention = str(mention)

0 commit comments

Comments
 (0)