From 6d7f9757c1e37f8a6be29f0307215d406d746c9d Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:25:13 -0700 Subject: [PATCH] `/linksmogon`: Fix typos --- server/chat-commands/core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/chat-commands/core.ts b/server/chat-commands/core.ts index 382210bb396d..9334f78074c6 100644 --- a/server/chat-commands/core.ts +++ b/server/chat-commands/core.ts @@ -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 this link.`); + this.sendReply(`|html|If the page failed to open, you may link your Smogon and PS accounts by clicking this link.`); }, async msgroom(target, room, user, connection) {