From aefd007964bf1c748d82e87d5aaabcf0d9bdcac5 Mon Sep 17 00:00:00 2001 From: PartMan <47669599+PartMan7@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:00:01 +0700 Subject: [PATCH 1/2] Allow CW in PMs --- src/ps/commands/games/other.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ps/commands/games/other.tsx b/src/ps/commands/games/other.tsx index 3d24f838..28dfe5d2 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 }) { From f35f263f0f605423516d0008240aa80420430639 Mon Sep 17 00:00:00 2001 From: PartMan <47669599+PartMan7@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:02:36 +0700 Subject: [PATCH 2/2] Mobile tabs? --- src/ps/commands/games/other.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps/commands/games/other.tsx b/src/ps/commands/games/other.tsx index 28dfe5d2..ad3c5aa0 100644 --- a/src/ps/commands/games/other.tsx +++ b/src/ps/commands/games/other.tsx @@ -12,7 +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 }, + flags: { allowPMs: true }, aliases: ['cw'], categories: ['game'], async run({ broadcast, arg, $T }) {