1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 16:30:59 -04:00
This commit is contained in:
AnxietyisReal 2022-11-23 09:05:12 +11:00
parent 5c96b530ff
commit f1ff5a1e5f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"LRSstart": 1661236321433, "LRSstart": 1661236321433,
"botSwitches": { "botSwitches": {
"registerCommands": true, "registerCommands": true,
"commands": false, "commands": true,
"logs": true, "logs": true,
"automod": true, "automod": true,
"mpstats": true, "mpstats": true,

View File

@ -97,7 +97,7 @@ export default {
message.reply('Please don\'t tag Monster unless it\'s important!') message.reply('Please don\'t tag Monster unless it\'s important!')
} }
if (message.content.toLowerCase().startsWith(`*mp players`) || message.content.toLowerCase().startsWith(`*mp status`)){ 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 </mp players:1044732701317537873> and </mp status:1044732701317537873>')
} }
if (message.content.toLowerCase().startsWith(`*lrs`) || message.content.toLowerCase().startsWith(`*rank`)){ if (message.content.toLowerCase().startsWith(`*lrs`) || message.content.toLowerCase().startsWith(`*rank`)){
message.reply('Prefix-based LRS command has moved to `/rank view`') message.reply('Prefix-based LRS command has moved to `/rank view`')