mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 07:22:09 -05:00
Scavengers: Add alias of ladder (#3688)
This commit is contained in:
parent
46f97222d2
commit
ca94b7d764
|
|
@ -937,7 +937,7 @@ let commands = {
|
|||
|
||||
this.privateModCommand(`(${user.name} has reset the monthly scavengers ladder.)`);
|
||||
},
|
||||
|
||||
top: 'ladder',
|
||||
ladder: function (target, room, user) {
|
||||
if (room.id !== 'scavengers') return this.errorReply("This command can only be used in the scavengers room.");
|
||||
if (!this.runBroadcast()) return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user