When is something added to the message.mentions property? #9249
-
There are several ways to mention a user with a bot, but it appears to me that it doesn't end up in the message.mentions property with my method. The line which sends the message I want to get the mention from: The line which I'm using to access the mention: I'm pretty confused about this so thank you for your answers. full list of properties of the message in question:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this is collection |
Beta Was this translation helpful? Give feedback.
this is collection
so you have to use .at(0) method to get the property