Releases: NanderTGA/msgroom-orm
Releases · NanderTGA/msgroom-orm
Msgroom v1.1.0
This release comes with the following changes:
- The package now exports the
Client
class instead of only{ default: Client }
. Sorry for that mess. We now export theClient
class with itself as a static propertydefault
, so your code shouldn't break. - You can now block users! For more information, refer to the readme.
- We now have a
client.disconnect()
method. - The bot will now tell the user the command was not found instead of sending an error message
client.connect()
now no longer returns the userID of your bot. You can useclient.userID
instead.
Full Changelog: v1.0.1...v1.1.0
msgroom v1.0.1
- This patch adds some documentation:
- There are now descriptions of the events in events.ts
- There is now a small getting started part in the readme
Full Changelog: v1.0.0...v1.0.1
Msgroom v1.0.0
Initial release of this package!
Features:
- Can connect to msgroom.
- Has a working, very simple to use, command system.
- Has support for all events.