diff --git a/src/ps/commands/games/other.tsx b/src/ps/commands/games/other.tsx index 3d24f838..ad3c5aa0 100644 --- a/src/ps/commands/games/other.tsx +++ b/src/ps/commands/games/other.tsx @@ -12,6 +12,7 @@ export const command: PSCommand[] = [ name: 'checkword', help: 'Checks the legality of a word according to the Scrabble dictionary.', syntax: 'CMD word[, mod]', + flags: { allowPMs: true }, aliases: ['cw'], categories: ['game'], async run({ broadcast, arg, $T }) {