:3
This commit is contained in:
parent
25746db04e
commit
eaadee3d2f
3
main.cjs
3
main.cjs
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user