3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00
This commit is contained in:
Dragory 2020-10-16 02:13:54 +03:00
parent 3aada93a80
commit 76f7658763
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
7 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ export const StarboardReactionAddEvt = starboardEvt({
const pluginData = meta.pluginData;
let msg = meta.args.message as Message;
const userId = meta.args.userID;
const userId = meta.args.member.id;
const emoji = meta.args.emoji;
if (!msg.author) {