diff options
Diffstat (limited to 'packages/interactions/register.ts')
| -rw-r--r-- | packages/interactions/register.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/interactions/register.ts b/packages/interactions/register.ts index a23c9c8..7a9078b 100644 --- a/packages/interactions/register.ts +++ b/packages/interactions/register.ts @@ -8,7 +8,7 @@ import { COLOURS_COMMAND, ROLEPLAY_SERIOUS_COMMAND, type DiscordCommand, -} from "./discord/commands.ts"; +} from "./discord/commands"; import dotenv from "dotenv"; import process from "node:process"; |