Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jul 19, 2024
1 parent 3135a0a commit 1023492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions aurora/commands/town.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const invalidUsageEmbed = () => new EmbedBuilder()
.setDescription(
"**Command Usage**:\n" +
"Get info on a single town - `/town <name>`\n" +
"Show a page-by-page display of all towns - `/town list`\n" +
"Shows a list "
"Show a page-by-page display of all towns - `/town list`\n"
)

export default {
Expand Down
3 changes: 1 addition & 2 deletions aurora/slashcommands/town.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ const invalidUsageEmbed = () => new EmbedBuilder()
.setDescription(
"**Command Usage**:\n" +
"Get info on a single town - `/town <name>`\n" +
"Show a page-by-page display of all towns - `/town list`\n" +
"Shows a list "
"Show a page-by-page display of all towns - `/town list`\n"
)

export default {
Expand Down

0 comments on commit 1023492

Please sign in to comment.