Disable checkMessage()
This commit is contained in:
parent
3e6c40f9c6
commit
4d725c3867
2
main.cjs
2
main.cjs
@ -13,7 +13,7 @@ global.madlibState.numberOfStories = Object.keys(madlib.stories).length;
|
|||||||
var triggeredByMaci = false;
|
var triggeredByMaci = false;
|
||||||
global.tylerStop = function tylerStop(message) {
|
global.tylerStop = function tylerStop(message) {
|
||||||
if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) {
|
if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) {
|
||||||
message.react('<:amgery:1072270900675739758>');
|
//message.react('<:amgery:1072270900675739758>');
|
||||||
message.reply("Chloe has specifcially asked you multiple times to stop calling yourself an idiot.");
|
message.reply("Chloe has specifcially asked you multiple times to stop calling yourself an idiot.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user