Skip to content

Releases: dyte-in/discord-bot

v1.1.0

05 Oct 15:45
Compare
Choose a tag to compare

1.1.0 (2021-10-05)

Bug Fixes

  • 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)

Features

  • 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)

v1.0.1

03 Oct 11:02
Compare
Choose a tag to compare

1.0.1 (2021-10-03)

Bug Fixes

  • messagecreate: rename meetingCreate to messageCreate (40f5e88)
  • utils: export utils from single index.ts file (e753d0e)

v1.0.0

03 Oct 09:11
Compare
Choose a tag to compare

1.0.0 (2021-10-03)

Bug Fixes

  • 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)

Features

  • 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)