fix: updated some properties that were renamed on the discord.js side
This commit is contained in:
parent
bc1330bf33
commit
12d2724256
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue