We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a774d2 commit 291d569Copy full SHA for 291d569
packages/velog-server/src/lib/discord/DiscordService.ts
@@ -1,8 +1,8 @@
1
import { container, injectable, singleton } from 'tsyringe'
2
import { Client, GatewayIntentBits } from 'discord.js'
3
import { ENV } from '@env'
4
-import { RedisService } from '@lib/redis/RedisService'
5
-import { Time } from '@constants/TimeConstants'
+import { RedisService } from '@lib/redis/RedisService.js'
+import { Time } from '@constants/TimeConstants.js'
6
7
@injectable()
8
@singleton()
0 commit comments