This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-06 11:25:55 -05:00
parent 25746db04e
commit eaadee3d2f

View File

@ -159,6 +159,9 @@ function getMatchingPhrase(inputString, targetCharacter) {
}
global.colonThree = function colonThree(message) {
if (message.author.id == "1091120267851485215") {
return;
}
if (message.channel.id == "1253947401191034940" && !message.content.endsWith(":3")) {
const channel = client.channels.cache.get(message.channel.id);
channel.send( "Your message does not end in :3.");