-
Notifications
You must be signed in to change notification settings - Fork 0
Natives (Reactions)
lp_ edited this page Oct 31, 2022
·
2 revisions
For the emoji/reaction-ids, use developer mode in discord to show the ids in the emoji list (right click on emoji).
- Parameters:
guildid: The script ID of the guild.channelid[]: The channel with the message in it to react to.message[]: The message to react in to.reaction[]: The reaction id (emoji id) to add.- Returns:
- 1 if the reaction has been added, 0 if not.
- Parameters:
channelid[]: The channel with the message in it to react to.message[]: The message to react in to.reaction[]: The reaction id (emoji id) to add.- Returns:
- 1 if the reaction has been added, 0 if not.
- Parameters:
guildid: The script ID of the guild.channelid[]: The channel with the message in it to delete the reaction.message[]: The message to delete the message from.reaction[]: The reaction id (emoji id) to remove.- Returns:
- 1 if the reaction has been added, 0 if not.
- Parameters:
channelid[]: The channel with the message in it to delete the reaction.message[]: The message to delete the message from.reaction[]: The reaction id (emoji id) to remove.- Returns:
- 1 if the reaction has been added, 0 if not.