Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Hotfix - Warn information is now available to all users, not just tho…
Browse files Browse the repository at this point in the history
…se who can warn others
  • Loading branch information
parafoxia committed Sep 26, 2020
1 parent 69b2ee9 commit 2499868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solaris/bot/cogs/warn.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ async def warn_reset_command(self, ctx, target: discord.Member):

@warn_group.command(name="list", help="Lists a member's warnings.")
@checks.module_has_initialised(MODULE_NAME)
@checks.author_can_warn()
async def warn_list_command(self, ctx, target: t.Optional[t.Union[discord.Member, str]]):
target = target or ctx.author

Expand Down

0 comments on commit 2499868

Please sign in to comment.