Skip to content

Commit

Permalink
Merge pull request #58 from kurokobo/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshirahh authored Jul 20, 2023
2 parents f97919c + 2f1a93a commit 6318942
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/commands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,19 @@ export const commands: Command[] = [
description: ["Unmute all players"],
example: "debug unmute-all",
},
{
command: "unmute",
description: ["Unmute myself, or a specific user"],
example: "debug unmute user:@Yoshirahh",
arguments: [
{
name: "user",
level: "optional",
description: ["User who should be unmuted/undeafened"],
type: "Discord @User",
},
],
},
{
command: "view game-state",
description: ["Print out the current game state"],
Expand Down

0 comments on commit 6318942

Please sign in to comment.