diff --git a/suggestions/bot.py b/suggestions/bot.py index 17bd27d..9c42aac 100644 --- a/suggestions/bot.py +++ b/suggestions/bot.py @@ -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, ),