diff options
| author | Fuwn <[email protected]> | 2025-09-09 18:05:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-09 18:05:15 -0700 |
| commit | 9678e4e1e87a5d73c47683fe85848888ca8e857b (patch) | |
| tree | 42235ab613eba920ef46ceaba946f2fdc6362427 /src/register.ts | |
| parent | fix: Properly handle videos (diff) | |
| download | umabotdiscord-9678e4e1e87a5d73c47683fe85848888ca8e857b.tar.xz umabotdiscord-9678e4e1e87a5d73c47683fe85848888ca8e857b.zip | |
refactor: Move Discord APIs to Discord module
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 94bb420..319b054 100644 --- a/src/register.ts +++ b/src/register.ts @@ -4,7 +4,7 @@ import { ROLEPLAY_COMMAND, TOP_COMMAND, type DiscordCommand, -} from './commands.ts'; +} from './discord/commands.ts'; import dotenv from 'dotenv'; import process from 'node:process'; |