Skip to content

Commit

Permalink
fix(formatting): newline on help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt committed Aug 16, 2024
1 parent 3f30bab commit 229fa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lorekeeper/discord_bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
[
'name' => 'grant',
'description' => 'Grants exp or levels to a user. The invoker must be on-site staff.'.
'This command is recommended to be run in a staff channel, as it will send errors as a response if the user is not found.',
"\nThis command is recommended to be run in a staff channel, as it will send errors as a response if the user is not found.",
'options' => [
[
'name' => 'user',
Expand Down

0 comments on commit 229fa71

Please sign in to comment.