-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retrieve event value problem #42
Comments
This is a limitation of discord, unfortunately; |
I know but I wasn't talking about deleter of the message. I was talking about author of deleted message |
Then you're using the wrong syntax. Check for |
author of expression requires a message but there is no message in message delete event? |
I didn't test on other events but retrieving the "author" value in message delete event returns the member that the bot retrieved first.
For example when I load the bot
X deletes a message and the bot logs the deleted message and says X's message was deleted
Y deletes his message and the bot says X's message was deleted
Z deletes his message bot says X's message was deleted
My code:
Disky version 4.0beta2
MC version 1.18.2
skript version 2.6.1
The text was updated successfully, but these errors were encountered: