From 087895920eb1610ab72c056138ef406e3f971044 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 7 Sep 2025 03:26:30 -0700 Subject: fix: Add rate-limit mitigation --- src/register.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/register.ts') diff --git a/src/register.ts b/src/register.ts index 632b2b8..94bb420 100644 --- a/src/register.ts +++ b/src/register.ts @@ -4,7 +4,7 @@ import { ROLEPLAY_COMMAND, TOP_COMMAND, type DiscordCommand, -} from './commands.js'; +} from './commands.ts'; import dotenv from 'dotenv'; import process from 'node:process'; -- cgit v1.2.3