:3
This commit is contained in:
parent
8034c7a2a7
commit
7fdb50e92a
2
main.cjs
2
main.cjs
@ -159,7 +159,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.reply("Your message does not end in :3.");
|
||||||
message.delete();
|
message.delete();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user