mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 17:45:03 +00:00
Fixes
This commit is contained in:
parent
72829cff54
commit
fd71119098
7 changed files with 13 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue