This commit is contained in:
2024-08-06 11:23:28 -05:00
parent 7fdb50e92a
commit d0fa88f302

View File

@@ -160,7 +160,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
global.colonThree = function colonThree(message) { global.colonThree = function colonThree(message) {
if (message.channel.id == "1253947401191034940" && !message.content.endsWith(":3")) { if (message.channel.id == "1253947401191034940" && !message.content.endsWith(":3")) {
message.reply("Your message does not end in :3."); message.send("Your message does not end in :3.");
message.delete(); message.delete();
} }
} }