Compare commits

..

No commits in common. "fae3086da2a514a52ba1427a56337941f162f70b" and "21c4bc2565c816fbf27fd68dc0e6804777c9df46" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -68,7 +68,6 @@ const BSKY_DOMAINS = [
"bskyx.app", "bskyx.app",
"bsky.brid.gy", "bsky.brid.gy",
"deer.social", "deer.social",
"xbsky.app",
]; ];
const TW_DOMAINS = [ const TW_DOMAINS = [

View file

@ -553,10 +553,7 @@ events.add("guildAuditLogEntryCreate", "logging", async function (entry) {
break; break;
} }
case AuditLogActions.THREAD_UPDATE: { case AuditLogActions.THREAD_UPDATE: {
const parentChannel = const parentChannel = entry.guild.channels.get(entry.target.parentID);
entry.target != null && entry.target.parentID != null
? entry.guild.channels.get(entry.target.parentID)
: null;
let tagDiff; let tagDiff;
if (after.applied_tags != null) { if (after.applied_tags != null) {