Skip to content

Commit

Permalink
suggest added newlines to description
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Dec 20, 2024
1 parent 0d7d921 commit 6889f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/suggest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ module.exports = {

`You can remove a suggestion you've created via the <code><a href="/bot/command/detail/unset">$unset suggestion (ID)</a></code> command.`,
"For more info, check that command's help page.",
"",

`<code>$suggest (text)</code>`,
"Creates a suggestion.",
Expand All @@ -109,6 +110,7 @@ module.exports = {

`<code>$suggest amend:(ID) (text)</code>`,
"Amends an existing suggestion that you've made with more text.",
"",

`<code>$unset ${unsetSuggestion.name} (${unsetSuggestion.parameter})</code>`,
unsetSuggestion.description
Expand Down

0 comments on commit 6889f17

Please sign in to comment.