add funny
This commit is contained in:
parent
5cc801bc35
commit
2a45104c38
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
key.json
|
||||
./key.json
|
||||
/nbproject/private/
|
||||
node_modules/
|
3
main.ts
3
main.ts
@ -120,6 +120,9 @@ client.on('messageUpdate', (undefined, newMessage) => {
|
||||
});
|
||||
|
||||
function checkMessage(message) {
|
||||
if (message.contains == "<@1091120267851485215>, what are your pronouns?") {
|
||||
message.reply({content: "My pronouns are she/her ☺️", allowedMentions: { repliedUser: false }})
|
||||
}
|
||||
console.log(`${message.author.tag} in #${message.channel.name} sent: ${message.content}`);
|
||||
//console.log(message.author);
|
||||
if (message.author.id == "1091120267851485215") {
|
||||
|
Loading…
Reference in New Issue
Block a user