Esempio n. 1
0
 public CommandsHandler()
 {
     this._EmbedReply = new CommandReplyEmbed
     {
         Handler = this
     };
     this._Cmds = new Dictionary <string, Command>();
     this._LastChannelPictureURL = new Dictionary <string, string>();
 }