Skip to content

Commit

Permalink
move todos to jira
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <paul@reid-family.org>
  • Loading branch information
cobaltt7 committed Aug 5, 2023
1 parent 5bf46b8 commit aac6387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions modules/logging/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ export async function channelUpdate(
export async function threadUpdate(oldThread: AnyThreadChannel, newThread: AnyThreadChannel) {
if (!shouldLog(newThread)) return;

//todo appliedTags

if (oldThread.archived !== newThread.archived)
await log(
`${LoggingEmojis.Thread} ${
Expand Down
2 changes: 0 additions & 2 deletions modules/logging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ const events: {
"server",
);
},
// async [AuditLogEvent.IntegrationUpdate](entry) {}, // TODO
async [AuditLogEvent.IntegrationDelete](entry) {
await log(
`${LoggingEmojis.Integration} ${entry.target.name} (ID: ${
Expand Down Expand Up @@ -350,7 +349,6 @@ const events: {
"server",
);
},
// async [AuditLogEvent.AutoModerationRuleUpdate](entry) {}, // TODO
async [AuditLogEvent.AutoModerationRuleDelete](entry) {
await log(
`${LoggingEmojis.Thread} AutoMod Rule ${entry.target.name} (ID: ${
Expand Down

0 comments on commit aac6387

Please sign in to comment.