Skip to content

Commit

Permalink
Info: Update badge faq link
Browse files Browse the repository at this point in the history
  • Loading branch information
mia-pi-git committed Feb 17, 2025
1 parent 9f58961 commit 51f1d6e
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 @@ -2140,8 +2140,8 @@ export const commands: Chat.ChatCommands = {
if (showAll || target === 'tiering' || target === 'tiers' || target === 'tier') {
buffer.push(`<a href="https://www.smogon.com/ingame/battle/tiering-faq">${this.tr`Tiering FAQ`}</a>`);
}
if (showAll || target === 'badge' || target === 'badges') {
buffer.push(`<a href="https://www.smogon.com/badge_faq">${this.tr`Badge FAQ`}</a>`);
if (showAll || ['badge', 'badges', 'badgeholders'].includes(target)) {
buffer.push(`<a href="https://www.smogon.com/forums/threads/60351/">${this.tr`Badge FAQ`}</a>`);
}
if (showAll || target === 'rng') {
buffer.push(`<a href="https://${Config.routes.root}/${this.tr`pages/rng`}">${this.tr`Common misconceptions about our RNG`}</a>`);
Expand Down

0 comments on commit 51f1d6e

Please sign in to comment.