discord-jda / JDA

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

Bot can attempt to make private channel for itself #160

Closed DuncanCasteleyn closed 8 years ago

DuncanCasteleyn commented 8 years ago

image

user = the current jda instance bot that is being used. See the memory object reference is being SelfInfoImpl = the bot itself.

The bot should not be allowed to attempt and a create a private channel for itself as this is not allowed by discord.

DV8FromTheWorld commented 8 years ago

This has been addressed.