diff options
| author | Son <[email protected]> | 2024-04-28 19:11:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-28 18:11:38 -0500 |
| commit | e0dfd8c9fd14cb6b644d0f426e891fa6603916ab (patch) | |
| tree | 5f9a1399e2cabb38c321c93b96e5b16e5ddf1bca /src/commands/move.ts | |
| parent | 75d2714ff26254386abbf0ab9a76156d75d15e3c (diff) | |
| download | muse-e0dfd8c9fd14cb6b644d0f426e891fa6603916ab.tar.xz muse-e0dfd8c9fd14cb6b644d0f426e891fa6603916ab.zip | |
Fix ERR_MODULE_NOT_FOUND for constants file (#1023)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'src/commands/move.ts')
| -rw-r--r-- | src/commands/move.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/move.ts b/src/commands/move.ts index 9063473..1523bcb 100644 --- a/src/commands/move.ts +++ b/src/commands/move.ts @@ -2,7 +2,7 @@ import {ChatInputCommandInteraction} from 'discord.js'; import {inject, injectable} from 'inversify'; import {TYPES} from '../types.js'; import PlayerManager from '../managers/player.js'; -import Command from '.'; +import Command from './index.js'; import {SlashCommandBuilder} from '@discordjs/builders'; @injectable() |
