Fix build issue
This commit is contained in:
parent
a2ebbb5799
commit
a69c90c822
1 changed files with 3 additions and 1 deletions
|
|
@ -22,9 +22,11 @@ export default defineCommand(
|
||||||
return await interaction.editReply("올바르지 않은 서버에요");
|
return await interaction.editReply("올바르지 않은 서버에요");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
const userProfile = await getUserProfile(interaction.user.id);
|
||||||
await playVoice(
|
await playVoice(
|
||||||
interaction.guild,
|
interaction.guild,
|
||||||
await getUserProfile(interaction.user.id),
|
userProfile,
|
||||||
|
userProfile.voice,
|
||||||
interaction.options.getString("content") as string
|
interaction.options.getString("content") as string
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue