3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25: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 bc1330bf33
commit 12d2724256
No known key found for this signature in database
GPG key ID: 8558FBFF849BD664
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;
}
}