Fix(data_to_string): 임포트 주소 수정

.js 붙이는것을 계속 까먹네요...
This commit is contained in:
kdh8219 2023-06-10 21:07:43 +09:00
parent f73ce8254d
commit b1864dd262
Signed by: kdh8219
GPG key ID: 9B901BE907D1862E

View file

@ -1,6 +1,6 @@
import { ChatInputCommandInteraction } from "discord.js"; import { ChatInputCommandInteraction } from "discord.js";
import mojangAPI from "../wrapper/mojang-api"; import mojangAPI from "../wrapper/mojang-api.js";
export async function data_to_string( export async function data_to_string(
interaction: ChatInputCommandInteraction, interaction: ChatInputCommandInteraction,