This repository was archived by the owner on Feb 9, 2022. It is now read-only.
v4.2.0
- Bugfix: Fixed typescript compiling error (#154)
- Minor: Added new event
rawCommandemitted when a command is executed by the client. - Minor: Made
client.connect()return a promise which resolves when the client is ready. - Minor: Allowed
#to be a prefix of the channelName passed into functions that require it. - Bugfix: Added
setColorto promise rejections.