Skip to content

Commit

Permalink
Updated help message.
Browse files Browse the repository at this point in the history
Removed some misspelled words and made commands a little clearer.
  • Loading branch information
MrFlynn committed Mar 18, 2021
1 parent 7666d12 commit 8b0220f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/discord/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ var (
},
{
Name: "Basic Usage",
Value: "Just enter some text into the command `/thesaurize <text>` to get starrt.",
Value: "Just enter some text into the command `/thesaurize words:<text>` to get start.",
},
{
Name: "Thesaurizing a Previous Message",
Value: "Use the command `/thesaurize @member` to thesaurize their last message.",
Value: "Use the command `/thesaurize member:@member` to thesaurize their last message.",
},
},
}
Expand Down

0 comments on commit 8b0220f

Please sign in to comment.