diff --git a/src/config.json b/src/config.json index 7185a20..07a3031 100644 --- a/src/config.json +++ b/src/config.json @@ -7,7 +7,7 @@ "LRSstart": 1661236321433, "botSwitches": { "registerCommands": true, - "commands": false, + "commands": true, "logs": true, "automod": true, "mpstats": true, diff --git a/src/events/messageCreate.ts b/src/events/messageCreate.ts index c707035..2d2109e 100644 --- a/src/events/messageCreate.ts +++ b/src/events/messageCreate.ts @@ -97,7 +97,7 @@ 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 `/mp players` and `/mp status`') + 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 `/rank view`')