fix(automod): a
vi v@vt3e.cat
Tue, 07 Apr 2026 03:08:42 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/automod/index.ts
→
src/automod/index.ts
@@ -10,7 +10,7 @@ const pendingReports = new Map<Snowflake, Pending>();
const cooldowns = new Map<Snowflake, NodeJS.Timeout>(); async function getLogChannel(client: Client) { - return client.channels.fetch("1477508937287864431"); + return client.channels.fetch("1478940790112915486"); } type AutomodResult = { delete: true } | null;