Skip to content

Commit

Permalink
fix: error message for missing queue channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Feb 25, 2024
1 parent d369371 commit 7f44e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggestions/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ async def on_slash_command_error(
"Missing Queue Logs Channel",
"This command requires a queue log channel to use.\n"
"Please contact an administrator and ask them to set one up "
"using the following command.\n`/config queue_logs`",
"using the following command.\n`/config queue_channel`",
error_code=ErrorCode.MISSING_QUEUE_LOG_CHANNEL,
error=error,
),
Expand Down

0 comments on commit 7f44e68

Please sign in to comment.