Skip to content

Commit

Permalink
fix: improve guess game (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
namnhce authored Aug 21, 2023
1 parent f24af77 commit 5d28a68
Show file tree
Hide file tree
Showing 2 changed files with 3,106 additions and 678 deletions.
2 changes: 1 addition & 1 deletion src/commands/guess/new/slash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const slashCmd: SlashCommand = {
if (i.user.id === referee.id) {
return {
messageOptions: {
content: "You cannot promote yourself to referee",
content: "You cannot promote yourself to referee.",
},
}
}
Expand Down
Loading

0 comments on commit 5d28a68

Please sign in to comment.