discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.34k stars 735 forks source link

Is private messaging between bots restricted by Discord? #821

Closed efenderbosch closed 6 years ago

efenderbosch commented 6 years ago

Or is this a design decision of JDA?

I just tried to do it and got UnsupportedOperationException: Cannot send a private message between bots.

efenderbosch commented 6 years ago

ok, never mind. I just created a #bot-chat channel with only the two bots in there and my bot can send the other one messages and parse the replies.

jagrosh commented 6 years ago

Discord does not support DMs between bots, and JDA wraps that behavior with the exception.