From 236833b92f6aa4b03d41d287bb1fce66da41cf0c Mon Sep 17 00:00:00 2001
From: Pac n cheese <167756966+Pacncheese@users.noreply.github.com>
Date: Fri, 12 Dec 2025 20:29:08 +0500
Subject: [PATCH] Update staff list command (#11585)
The current page led to nowhere so I updated it to point to https://www.smogon.com/forums/posts/10715136/ instead.
---
server/chat-commands/info.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/chat-commands/info.ts b/server/chat-commands/info.ts
index a790743c0d..765851c41f 100644
--- a/server/chat-commands/info.ts
+++ b/server/chat-commands/info.ts
@@ -1720,7 +1720,7 @@ export const commands: Chat.ChatCommands = {
staff(target, room, user) {
if (!this.runBroadcast()) return;
- this.sendReplyBox(`Pokémon Showdown Staff List`);
+ this.sendReplyBox(`Pokémon Showdown Staff List`);
},
staffhelp: [`/staff - View the staff list.`],