3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00

Hotfix 15

This commit is contained in:
Dragory 2021-08-19 01:40:15 +03:00
parent 4a675b4caa
commit 2f24e96add

View file

@ -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,