leteu / grass-bot

Check github contributions on discord.
0 stars 0 forks source link

Attachment image with Slash command #1

Closed leteu closed 1 year ago

leteu commented 1 year ago

Version

"@discordx/importer": "^1.1.9",
"discord.js": "^13.7.0",
"discordx": "^9.6.0",

! (simpleCommand) 는 동작하지만 / (slash command)는 동작하지 않습니다.

image image
leteu commented 1 year ago

use fetchReply option

await interaction.reply({
    embeds: [result.embed],
    files: [result.file],
    fetchReply: true,
})