Skip to content

Commit

Permalink
fix: missing info in ConfiguredChannelNoLongerExists error
Browse files Browse the repository at this point in the history
Closes BT-42
  • Loading branch information
Skelmis committed Apr 21, 2024
1 parent 5258931 commit 54cf08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suggestions/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ async def on_slash_command_error(
embed=self.error_embed(
"Configuration Error",
"I cannot find your configured channel for this command.\n"
"Please ask an administrator to reconfigure one.",
"Please ask an administrator to reconfigure one.\n"
"This can be done using: `/config channel`",
error_code=ErrorCode.CONFIGURED_CHANNEL_NO_LONGER_EXISTS,
error=error,
),
Expand Down

0 comments on commit 54cf08b

Please sign in to comment.