mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
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:
parent
4990f0a65e
commit
236833b92f
|
|
@ -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émon Showdown Staff List</a>`);
|
||||
this.sendReplyBox(`<a href="https://www.smogon.com/forums/posts/10715136/">Pokémon Showdown Staff List</a>`);
|
||||
},
|
||||
staffhelp: [`/staff - View the staff list.`],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user