1.1.0 (2021-10-05)
- dyte.ts: remove unused await (7888be0)
- env: removed unused variables from .env (b7a3c7c)
- send command: if content does not exist, do not crash the bot, send appropriate message (6689101)
- announce: added basic $announce command functionality, to be changed to accept args (8e59c51)
- commands: added command $send to send messages as the bot to any channel (da2f120)
- roles: commands can now filter by roles (8c85fd4)
1.0.1 (2021-10-03)
- messagecreate: rename meetingCreate to messageCreate (40f5e88)
- utils: export utils from single index.ts file (e753d0e)
- release: change npmPublish to false in .releaserc.json (fbbb7a7)
- release: changed semantic-release versions and removed NPM token from action (5654118)
- updated fields in embed (91bfd48)
- Add Bot Acitivity message (66536a9)
- Add command to create a dyte meeting (/dyte) (4ecb819)
- Add feature to configure if a command is registered as a slash command or not (b96e539)
- Base bot code to support slash commands + message commands with args (dc31177)
- Register both global commands as well as guild commands (537a463)