From a4b64c8c1d98d4b72385a51bc9ad98e4758b4a97 Mon Sep 17 00:00:00 2001 From: yoshman8 Date: Sat, 18 Oct 2025 18:38:39 +0100 Subject: [PATCH 1/2] New forfeit alias --- src/ps/commands/games/core.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps/commands/games/core.tsx b/src/ps/commands/games/core.tsx index b6620e1..e14889d 100644 --- a/src/ps/commands/games/core.tsx +++ b/src/ps/commands/games/core.tsx @@ -329,7 +329,7 @@ export const command: PSCommand[] = Object.entries(Games).map(([_gameId, Game]): }), forfeit: { name: 'forfeit', - aliases: ['f', 'ff', 'leave', 'l'], + aliases: ['f', 'ff', 'leave', 'l','resign','flipboard'], help: 'Forfeits a game, or leaves one in signups.', syntax: 'CMD [#id]', async run({ message, arg, $T }) { From 18f570be34129585e69abd9bc60458ea44f07eb9 Mon Sep 17 00:00:00 2001 From: PartMan <47669599+PartMan7@users.noreply.github.com> Date: Sat, 18 Oct 2025 23:14:09 +0530 Subject: [PATCH 2/2] chore: Prettier --- src/ps/commands/games/core.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps/commands/games/core.tsx b/src/ps/commands/games/core.tsx index e14889d..21090a8 100644 --- a/src/ps/commands/games/core.tsx +++ b/src/ps/commands/games/core.tsx @@ -329,7 +329,7 @@ export const command: PSCommand[] = Object.entries(Games).map(([_gameId, Game]): }), forfeit: { name: 'forfeit', - aliases: ['f', 'ff', 'leave', 'l','resign','flipboard'], + aliases: ['f', 'ff', 'leave', 'l', 'resign', 'flipboard'], help: 'Forfeits a game, or leaves one in signups.', syntax: 'CMD [#id]', async run({ message, arg, $T }) {