Sending embeds over the DiscordService (EssentialsXDiscord)
catinbetween opened this issue ยท 0 comments
Feature description
Currently, you can use the DiscordService to send simple message strings.
However, you can't send embeds.
An additional /overloaded sendMessage() method that allows to send EmbedBuilder objects (maybe like Javacord) would be great.
How the feature is useful
This would be useful for Developers who want to develop Plugins that hook on the EssentialsXDiscord module.
Currently i'm getting around this by using another Bot with the javacord API, but if i could send embeds over the Discord Service, i could avoid using 2 Bots for the same plugin.