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