Skip to content

Commit

Permalink
Support: Modify help message
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <bdashore3@gmail.com>
  • Loading branch information
bdashore3 committed Jul 29, 2021
1 parent 7ef9d2f commit 521e94e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ async fn default_help_message(ctx: &Context, channel_id: ChannelId) {
"Help for the RoyalGuard Discord bot \n",
"Command parameters: <> is required and () is optional \n",
"Please use `help <subcategory>` to see that category's help \n\n",
"NOTICE: Moderator roles were reset to fix a fatal bug. \n",
"Please reconfigure them if you are getting permission errors! (use `help config`)"
"NOTE: Threads are now supported in RoyalGuard. \n"
));
e.field("Subcategories", format!("```\n{}```", categories), false);
e.footer(|f| {
Expand Down

0 comments on commit 521e94e

Please sign in to comment.