Improved channelUpdate event logging

This commit is contained in:
Ahmad 2025-03-01 00:11:40 -05:00
parent 6c523bbeba
commit 3762e554b4
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 295 additions and 16 deletions

View file

@ -1,7 +1,4 @@
import {
PermissionsBitField,
SlashCommandBuilder,
} from 'discord.js';
import { PermissionsBitField, SlashCommandBuilder } from 'discord.js';
import { updateMember, updateMemberModerationHistory } from '../../db/db.js';
import { parseDuration, scheduleUnban } from '../../util/helpers.js';