mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
yes
This commit is contained in:
parent
193ba891ff
commit
62fa8dc532
@ -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,
|
||||||
|
@ -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`')
|
||||||
|
Loading…
Reference in New Issue
Block a user