mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
Hotfix 15
This commit is contained in:
parent
4a675b4caa
commit
2f24e96add
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export const StarboardReactionAddEvt = starboardEvt({
|
|||
}
|
||||
|
||||
const member = await resolveMember(pluginData.client, pluginData.guild, userId);
|
||||
if (!member || member.user.bot) return;
|
||||
if (!member || member!.user.bot) return;
|
||||
|
||||
const config = await pluginData.config.getMatchingConfig({
|
||||
member,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue