qeled / discordie

Predictable JavaScript abstractions for Discord API.
https://qeled.github.io/discordie/
BSD 2-Clause "Simplified" License
190 stars 45 forks source link

Check if message author is bot? #40

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello.

How do I check if the Message Author is the bot? I know that I can use e.message.author but then what? What do I compare it to?

Thanks in advance.

ghost commented 8 years ago

Okay, if (e.message.author == client).