all repos — stealth-developers @ 2561d06f290357dfe09b9b0958e2aeb881ecbafa

fix(automod): a
vi v@vt3e.cat
Tue, 07 Apr 2026 03:08:42 +0100
commit

2561d06f290357dfe09b9b0958e2aeb881ecbafa

parent

72a01fcc0c16d5c82bfb11894f13ce9669dd349a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/automod/index.tssrc/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;