diff --git a/src/events/messageCreate.ts b/src/events/messageCreate.ts index 73b1dfd..4f8974f 100644 --- a/src/events/messageCreate.ts +++ b/src/events/messageCreate.ts @@ -122,13 +122,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 ') + 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>') diff --git a/src/index.ts b/src/index.ts index 93b01b2..439a7fd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -164,6 +164,6 @@ setInterval(async()=>{ dailyMsgs.push([formattedDate, total]); fs.writeFileSync(__dirname + '/database/dailyMsgs.json', JSON.stringify(dailyMsgs)) console.log(`[${client.moment().format('DD/MM/YY HH:mm:ss')}]`, `Pushed [${formattedDate}, ${total}] to dailyMsgs`); - (client.channels.resolve(client.config.mainServer.channels.logs) as Discord.TextChannel).send(`:pencil: Pushed \`[${formattedDate}, ${total}]\` to `) + (client.channels.resolve(client.config.mainServer.channels.logs) as Discord.TextChannel).send(`:pencil: Pushed \`[${formattedDate}, ${total}]\` to `) } }, 5000)