3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Hotfix 15

This commit is contained in:
Dragory 2021-08-19 01:40:15 +03:00
parent 83e4947429
commit 8f790109df
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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,