summaryrefslogtreecommitdiff
path: root/src/register.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-07 03:26:30 -0700
committerFuwn <[email protected]>2025-09-07 03:26:30 -0700
commit087895920eb1610ab72c056138ef406e3f971044 (patch)
tree5e9d2be5cf8113aeab9fe98dcf85ab7e3d6fef92 /src/register.ts
parentbuild: Switch to TypeScript (diff)
downloadumabotdiscord-087895920eb1610ab72c056138ef406e3f971044.tar.xz
umabotdiscord-087895920eb1610ab72c056138ef406e3f971044.zip
fix: Add rate-limit mitigation
Diffstat (limited to 'src/register.ts')
-rw-r--r--src/register.ts2
1 files changed, 1 insertions, 1 deletions
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';