Skip to content

Commit

Permalink
Consistent capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed May 30, 2021
1 parent 856dabb commit 0d02e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/message-function.php
Original file line number Diff line number Diff line change
Expand Up @@ -1824,8 +1824,8 @@ function ($result) {
if ($games) {
$documentation = $documentation . "\n__**Games:**__\n";
//yahtzee
$documentation = $documentation . "`yahtzee start` Starts a new game\n";
$documentation = $documentation . "`yahtzee end` Ends the game and deletes all progress\n";
$documentation = $documentation . "`yahtzee start` starts a new game\n";
$documentation = $documentation . "`yahtzee end` ends the game and deletes all progress\n";
$documentation = $documentation . "`yahtzee pause`\n";
$documentation = $documentation . "`yahtzee resume`\n";
//roll
Expand Down

0 comments on commit 0d02e95

Please sign in to comment.