diff options
| author | Fuwn <[email protected]> | 2025-09-07 03:26:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-07 03:26:30 -0700 |
| commit | 087895920eb1610ab72c056138ef406e3f971044 (patch) | |
| tree | 5e9d2be5cf8113aeab9fe98dcf85ab7e3d6fef92 /src/register.ts | |
| parent | build: Switch to TypeScript (diff) | |
| download | umabotdiscord-087895920eb1610ab72c056138ef406e3f971044.tar.xz umabotdiscord-087895920eb1610ab72c056138ef406e3f971044.zip | |
fix: Add rate-limit mitigation
Diffstat (limited to 'src/register.ts')
| -rw-r--r-- | src/register.ts | 2 |
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'; |