# version 1.3.43.25 -> 1.3.46.26
## Added
-> General help command for listing plugins, commands, and command help 
	information (--help)
## Changed
-> HelpMessage command now follows the general usage
## Fixed
-> Missing index for "returning chatter" causing crash

# version 1.3.39.24 -> 1.3.43.25
## Added
-> BadgeType.None enum value
-> Flag for whether or not to auto handle command HelpMessage responses
## Changed
-> HelpMessage response implemented
## Fixed
-> CommandName not trimming correctly

# version 1.2.34.23 -> 1.3.39.24
## Added
-> Command register methods for better organization
-> There are now specific command events and an AllCommandEvent
-> Virtual command modifier in TwitchBot class
-> Command permissions now can be filtered by each instance
-> HelpMessage class and methods to output specific-command information

# version 1.2.32.22 -> 1.2.34.23
## Changed
-> Target framework switched to netstandard2.0
## Fixed
-> Message data aggregate truncating value

# version 1.1.30.21 -> 1.2.32.22
## Changed
-> BadgeID enum to BadgeType
-> Moved MiscID badge variables to BadgeID class

# version 1.1.21.20 -> 1.2.30.21
## Changed
-> Complete revision of data aggregate
-> Badge detection revised
-> All events now include channel name
-> Event data revision
## Removed
-> License key requirement