Fix build issue

This commit is contained in:
kimpure 2026-02-23 11:33:46 +00:00
parent a2ebbb5799
commit a69c90c822

View file

@ -22,9 +22,11 @@ export default defineCommand(
return await interaction.editReply("올바르지 않은 서버에요");
try {
const userProfile = await getUserProfile(interaction.user.id);
await playVoice(
interaction.guild,
await getUserProfile(interaction.user.id),
userProfile,
userProfile.voice,
interaction.options.getString("content") as string
);