Skip to content

Commit

Permalink
Reroute /bugs hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Dec 31, 2023
1 parent c519667 commit 05165b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/chat-commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1677,12 +1677,12 @@ export const commands: Chat.ChatCommands = {
bugs(target, room, user) {
if (!this.runBroadcast()) return;
if (room?.battle) {
this.sendReplyBox(`<center><button name="saveReplay"><i class="fa fa-upload"></i> Save Replay</button> &mdash; <a href="https://www.smogon.com/forums/threads/3520646/">Questions</a> &mdash; <a href="https://www.smogon.com/forums/threads/3663703/">Bug Reports</a></center>`);
this.sendReplyBox(`<center><button name="saveReplay"><i class="fa fa-upload"></i> Save Replay</button> &mdash; <a href="https://www.smogon.com/forums/threads/3520646/">Questions</a> &mdash; <a href="https://www.smogon.com/forums/ps-bug-report-form/">Bug Reports</a></center>`);
} else {
this.sendReplyBox(
`Have a replay showcasing a bug on Pok&eacute;mon Showdown?<br />` +
`- <a href="https://www.smogon.com/forums/threads/3520646/">Questions</a><br />` +
`- <a href="https://www.smogon.com/forums/threads/3663703/">Bug Reports</a> (ask in <a href="/help">Help</a> before posting in the thread if you're unsure)`
`- <a href="https://www.smogon.com/forums/ps-bug-report-form/">Bug Reports</a> (ask in <a href="/help">Help</a> before posting in the thread if you're unsure)`
);
}
},
Expand Down

0 comments on commit 05165b4

Please sign in to comment.