Hi, my bot isnt pinging @here or @everyone and all other roles, it also has administrator in discord and the highest role
Which block are you using to send the message?
If you are using the send or edit embed message block then there is a field that you need to set to true in order for it to be able to ping those roles
so that block does not have the allow mentions field, if you wish to ping those roles you will need to use a send or edit embed message block (the non interaction one).
If that flow is an interaction (such as a slash command) then you will still need to have a interaction reply but you can set this to ephemeral and then send the message with the pings using the normal send or edit embed message.
More info on interactions can be found here: Interactions | Inventor Documentation
This topic was automatically closed after 22 hours. New replies are no longer allowed.