Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Releases: ItsMyStudio/ZynoBotAddons

1.1.31

24 Mar 14:36
b93e51a

Choose a tag to compare

Version 1.1.31

Solves an issue regarding POST requests not being registered by the addon system using the HTTP module

1.1.26

26 Jan 17:14
c04611d

Choose a tag to compare

Version 1.1.26

  • Solves a bug where a variable was not defined causing the channelAdd event nog being emitted anymore

1.1.24

27 Dec 00:30
24220a5

Choose a tag to compare

Version 1.1.24

  • Solves issues where a combination of multiple addons and low hardware specifications would lead to the addon system emitting the ready event for the addon while no structures had been built

1.1.21

26 Dec 17:14
bfff0c3

Choose a tag to compare

Version 1.1.21

  • Solves an issue where the bot would crash whenever someone reacted with an emoji to a message
  • Solves an issue where events were being emitted before the addon was ready

1.1.20

24 Dec 21:55
0fe5a39

Choose a tag to compare

Version 1.1.20

  • Solves a bug where built-in commands which were interupted by addons and then should be continued, would stop responding.

1.1.16

07 Dec 16:31
73806c6

Choose a tag to compare

Version 1.1.16

  • Bug patch: When the interaction message was deleted and the form interaction was submitted, it would throw an error.
  • New executeCommand on ButtonInteraction, FormInteraction and MenuInteraction classes.

1.1.12

02 Dec 15:14
cf2cc4d

Choose a tag to compare

Version 1.1.12

  • Solves a bug with the executeCommand function in the Command class

1.1.11

02 Dec 14:36
9eeab99

Choose a tag to compare

Version 1.1.11

  • Solves a bug which sometimes wouldn't pass the message back in a <Interaction>.update function

1.1.10

01 Dec 22:07
3861914

Choose a tag to compare

Version 1.1.10

  • Improved performance
  • New getCommandData and removeCommand functions on Addon class
  • New properties on CommandHandler class
  • Removal of url property and introduction of getURL() function on Emoji class
  • New guildId, memberId, channelId and messageId properties on certain classes

1.1.2

11 Oct 19:40
c694260

Choose a tag to compare

Version 1.1.2

Changes:

  • New Invite class, invite manager on Guild class and getInviteInfo() function on the Member class
  • Message manager for TextChannel, VoiceChannel, StageChannel and ThreadChannel classes
  • Commands can be executed from the Command or Message class
  • New setCategory function on CommandBuilder class
  • New FormBuilder and InputBuilder class
  • New createEmojiCollector and createInteractionCollector class on the Message class
  • New sendForm function on ButtonInteraction and MenuInteraction classes
  • New isForm(), isButton() and isMenu() functions on ButtonInteraction, MenuInteraction and FormInteraction classes
  • New type property on ButtonInteraction, MenuInteraction and FormInteraction classes
  • New setChannel class on VoiceState class
  • New filter argument on deleteMessages(amount, filter) functions on the TextChannel, VoiceChannel, StageChannel and ThreadChannel classes
  • New ticketInfo argument on ticketClose event in the EventEmitter returned by the createEventListener() function in the Addon class
  • New placeholders for GET and POST requests for the HTTPServer
  • Crucial changes in addonHandler.js, clientParser.js and Addon class for the renewed addon system