- 
Class Summary
| Class | 
Description | 
| ChannelAdmin | 
 The class that manages the discord channels, whose messages are relayed to the
 minecraft server and vise versa 
 | 
| DiscordListener | 
 Class that listens to all messages sent to a discord server
 on which the bot is present on and can see the channels or
 via direct message. 
 | 
| DiscordMain | 
 The class that handles initiation and destruction of the discord bot instance(s) 
 | 
| DiscordMessageBroadcast | 
 The Thread to handle sending of discord messages, to not hang the server on Message Sending. 
 | 
| RoleAdmin | 
 Class to manage the role that allows users to see the channel,
 specified in ChannelAdmin 
 |