Skip to content

Commit

Permalink
Update str to use slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBSG committed Jul 6, 2024
1 parent c5f7063 commit 7d0c839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ async def _info(ctx, bot, user: typing.Union[discord.Member, int]):

punishments = (
f'Showing {puns}/{punsCnt} punishment entries. '
f'For a full history including responsible moderator, active status, and more use `!history {user.id}`'
f'For a full history including responsible moderator, active status, and more use the `/history {user.id}` command'
f'\n\n{punishments}'
)

Expand Down

0 comments on commit 7d0c839

Please sign in to comment.