From 11ef2d7f74bb5505ead7ea957bb711639e2f6a47 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sat, 3 Dec 2022 04:38:28 +1100 Subject: [PATCH] bru --- src/events/messageCreate.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/events/messageCreate.ts b/src/events/messageCreate.ts index 0262c62..4dd1848 100644 --- a/src/events/messageCreate.ts +++ b/src/events/messageCreate.ts @@ -97,13 +97,13 @@ export default { message.reply('Please don\'t tag Monster unless it\'s important!') } if (message.content.toLowerCase().startsWith(`*mp players`) || message.content.toLowerCase().startsWith(`*mp status`)){ - message.reply('Prefix-based MP commands has moved to and ') + message.reply('Prefix-based MP commands has moved to and ') } if (message.content.toLowerCase().startsWith(`*lrs`) || message.content.toLowerCase().startsWith(`*rank`)){ message.reply('Prefix-based LRS command has moved to ') } if (message.content.toLowerCase().startsWith(`*mp series`) || message.content.toLowerCase().startsWith(`*mp info`)){ - message.reply('Prefix-based MP info commands has moved to and ') + message.reply('Prefix-based MP info commands has moved to and ') } if (PasswordArray.some(e=>message.content.toLowerCase().includes(e))){ message.reply('Password and other details can be found in <#543494084363288637>')