Skip to content

Commit

Permalink
/linksmogon: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Nov 9, 2024
1 parent 06da2be commit 6d7f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/chat-commands/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export const commands: Chat.ChatCommands = {
}
const link = `https://www.smogon.com/tools/connect-ps-account/${user.id}/${name}`;
user.send(`|openpage|${link}`);
this.sendReply(`|html|If the page failed to open, you may link your Smogon and PS accounts by clcking <a href="${link}">this link.</a>`);
this.sendReply(`|html|If the page failed to open, you may link your Smogon and PS accounts by clicking <a href="${link}">this link</a>.`);
},

async msgroom(target, room, user, connection) {
Expand Down

0 comments on commit 6d7f975

Please sign in to comment.