3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

fix: updated some properties that were renamed on the discord.js side

This commit is contained in:
almeidx 2021-07-28 16:08:36 +01:00
parent 58b56a467c
commit 517f6411b3
2 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ export async function log(pluginData: GuildPluginData<LogsPluginType>, type: Log
type === LogType.CENSOR ||
type === LogType.CLEAN
) {
if (data.channel.parentID && opts.excluded_categories.includes(data.channel.parentID)) {
if (data.channel.parentId && opts.excluded_categories.includes(data.channel.parentId)) {
continue logChannelLoop;
}
}