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.
This commit is contained in:
Pac n cheese 2025-12-12 20:29:08 +05:00 committed by GitHub
parent 4990f0a65e
commit 236833b92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1720,7 +1720,7 @@ export const commands: Chat.ChatCommands = {
staff(target, room, user) {
if (!this.runBroadcast()) return;
this.sendReplyBox(`<a href="https://www.smogon.com/sim/staff_list">Pok&eacute;mon Showdown Staff List</a>`);
this.sendReplyBox(`<a href="https://www.smogon.com/forums/posts/10715136/">Pok&eacute;mon Showdown Staff List</a>`);
},
staffhelp: [`/staff - View the staff list.`],