Discord
Last updated
Last updated
This block category includes all block types that pertain to Discord, a messaging service and community platform.
`` blocks are used to establish a connection to the Discord API, which is a necessary step before using any other block type in this category.
We can detect Discord commands as well as general messages in a Discord channel using On Discord Command
and blocks. Using On Discord Private Message
blocks, we can also detect private messages received by the user whose token we initialized our Discord connection with.
We can reply to private messages using Reply Private Discord Message
blocks, and send messages and files to Discord channels using and blocks.
It is also possible to add and remove Discord server roles from users using and blocks.
Finally, we can add emoji reactions to messages using blocks, and detect when and by whom specific emoji reactions are added or removed from specific comments using and blocks.