add funny
This commit is contained in:
parent
2a45104c38
commit
9cec9c0c9f
2
main.ts
2
main.ts
@ -120,7 +120,7 @@ client.on('messageUpdate', (undefined, newMessage) => {
|
||||
});
|
||||
|
||||
function checkMessage(message) {
|
||||
if (message.contains == "<@1091120267851485215>, what are your pronouns?") {
|
||||
if (message.content == "<@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}`);
|
||||
|
Loading…
Reference in New Issue
Block a user