Fix(data_to_string): 임포트 주소 수정
.js 붙이는것을 계속 까먹네요...
This commit is contained in:
parent
f73ce8254d
commit
b1864dd262
|
@ -1,6 +1,6 @@
|
|||
import { ChatInputCommandInteraction } from "discord.js";
|
||||
|
||||
import mojangAPI from "../wrapper/mojang-api";
|
||||
import mojangAPI from "../wrapper/mojang-api.js";
|
||||
|
||||
export async function data_to_string(
|
||||
interaction: ChatInputCommandInteraction,
|
||||
|
|
Loading…
Reference in a new issue