Describe the bug
When I add "on reaction add" for some messages it sets event-message to none, but for some it sets to its embed. It is really confusion and I have been trying to get it working for days.
To Reproduce
Steps to reproduce the behavior:
on reaction add:
if event-message is set:
broadcast "it is"
else:
broadcast "it is not"
Information
Skript version: 2.5.3
Vixio version: 2.0.7
Minecraft Version: 1.16.5
Server software name and version: git-Purpur-1011 (MC: 1.16.5)
Expected behavior
I expected to discord to set the event-message so I can use it later in code
Additional context
It works for some message (embeds) and for some they dont work (embed)
Describe the bug When I add "on reaction add" for some messages it sets event-message to none, but for some it sets to its embed. It is really confusion and I have been trying to get it working for days.
To Reproduce Steps to reproduce the behavior: on reaction add: if event-message is set: broadcast "it is" else: broadcast "it is not"
Information Skript version: 2.5.3 Vixio version: 2.0.7 Minecraft Version: 1.16.5 Server software name and version: git-Purpur-1011 (MC: 1.16.5)
Expected behavior I expected to discord to set the event-message so I can use it later in code
Additional context It works for some message (embeds) and for some they dont work (embed)