erogaki-dev / erogaki-discord

A Discord bot, which takes censored Hentai and returns a decensored version.
GNU Affero General Public License v3.0
7 stars 2 forks source link

Direct dynamic reply #4

Open undefinedprojects opened 3 years ago

undefinedprojects commented 3 years ago

It would be nice, if the bot would instantly answer a decensor request and then update that answer with helpful information like:

Aside from the additional information for the user, this feature would also keep the message history nicely ordered, since the bots answer will most likely be the next message after the decensor request. So even in high volume channels and when the queue is large, the decensored image/error is probably directly the next message after the decensor request.

undefinedprojects commented 3 years ago

Apparently you can't add an image to a message after the fact. However it might be possible with Discord Slash Commands and Interactions. Since Discord.js doesn't have support for that yet, I guess we need to wait here and see if and when Discord.js gets support.

undefinedprojects commented 3 years ago

Relevant Discord.js issue: https://github.com/discordjs/discord.js/issues/5103