Khajetav / DiscordBotV14-ComfyUI

Discord bot that communicates with ComfyUI to generate images based on user prompts.
1 stars 0 forks source link

Discord bot attachment option doesn't work #1

Open eeropomell opened 6 months ago

eeropomell commented 6 months ago

Hi, did you ever get this fixed? https://github.com/discordjs/discord.js/issues/10051 I'm encountering the same issue with my discord bot.

Khajetav commented 6 months ago

The issue comes and goes, apparently. I'm afraid that it's something that is out of our control - gotta wait for Discord itself to fix their slash command handling. Often it's fixed the following day, just make sure to update your Discord.

Tested out an image attachment command right now and it worked fine on these versions: image "dependencies": { "axios": "^1.3.4", "child_process": "^1.0.2", "discord.js": "^14.12.1", "node-fetch": "^3.3.1", "pidusage": "^3.0.2", "puppeteer": "^19.7.5", "uuid": "^9.0.0" }