Skip to content

Commit

Permalink
Some text clarification in /dev emoji-check
Browse files Browse the repository at this point in the history
  • Loading branch information
MirielCH committed Aug 12, 2024
1 parent e01e8b2 commit 624373f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cogs/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@ async def dev_emoji_check(self, ctx: bridge.BridgeContext) -> None:
else:
description = (
'- _Invalid emojis have an error in their definition in `emojis.py`._\n'
'- _Missing emojis are valid but not found on Discord. Upload them to a server Navi can see and set '
'the correct IDs in `emojis.py`._\n\n'
'_Run `/dev emoji-update` to change the emoji IDs to the ones in your emoji guilds._'
'- _Missing emojis are valid but not found on Discord. Upload them to a server Navi can see, run '
' `/dev emoji-update` and restart the bot._\n\n'
)
if invalid_emojis:
description = f'{description}\n\n**Invalid emojis**'
Expand Down

0 comments on commit 624373f

Please sign in to comment.