Embed not working #2329
-
Hello. I've got a simple Discord/API bot, and it works fine. I'm trying to add some embeds, but no luck so far. I created a simple embed:
I try to send it when the help command is invoked: private void help(final MessageReceivedEvent event) I can send text with sendMessage fine, but sendMessageEmbeds seems to do nothing. Are special permissions required? Or am I missing something else obvious? I'm using JDA-5.0.0-alpha.11 (I've also tried 22). Thanks for any suggestions! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
I fixed it, thanks. I believe my problem was I had to enable "intents":
|
Beta Was this translation helpful? Give feedback.
I fixed it, thanks. I believe my problem was I had to enable "intents":