diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/register-commands-on-guild.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/register-commands-on-guild.ts b/src/utils/register-commands-on-guild.ts index ebd94e4..b2e9145 100644 --- a/src/utils/register-commands-on-guild.ts +++ b/src/utils/register-commands-on-guild.ts @@ -1,6 +1,6 @@ import {REST} from '@discordjs/rest'; import {Routes} from 'discord-api-types/v10'; -import Command from '../commands'; +import Command from '../commands/index.js'; interface RegisterCommandsOnGuildOptions { rest: REST; |
