Skip to content

Releases: woozystudio/adobly

v1.4.0

29 Jun 19:46

Choose a tag to compare

What's Changed

Fixes

  • fix: Remove everyone role from the userinfo roles list #5
  • Tickets are not created in the selected category. #15
  • The claimed message is not a quote #16

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 May 17:26

Choose a tag to compare

Fixes

  • The unban command had the testMode field active. It is now correctly published.

v1.3.0

25 May 17:22

Choose a tag to compare

What's Changed

  • New bot parameter in chatInput function
  • Now the bot has a status
  • Ban command added
  • kick command added
  • unban command added
  • mute command added
  • unmute command added
  • setup-mute command added
  • New enumerator Modules

Full Changelog v1.2.0...v1.3.0

v1.2.0

09 May 02:06

Choose a tag to compare

What's Changed

  • Added default locale settable in .env by @bimoware in #7
  • Create fr-FR translation.json by @bimoware in #6

New Contributors

  • @bimoware made their first contribution in #7

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 May 13:45

Choose a tag to compare

Cambios

  • Nuevos Embed templates para mensajes de error, advertencias y success.
  • Comando guildinfo añadido
  • Comando userinfo añadido
  • Comando avatar añadido
  • Se añadió un nuevo idioma al bot: English
  • Commando lang añadido para la configuración del idioma

Cambios Menores

  • Actualizar dependencias

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 May 15:53
4cd6a8e

Choose a tag to compare

Major Changes

  • Se eliminó completamente CommandOptions. Ahora se utilizará CommandInteractionOptions.
  • Los types están en un directorio separado y no en los mimos archivos donde está el demás código.
  • Los comandos y los eventos (de discord) ya no se cargan automáticamente y ahora son por medio de CommandManager y DiscordEventManager.
  • La clase Event ya no existe, se sustituyó por EventManager y EventListener.
  • El tipo EventCreatorOptions ya no existe, se sustituyó por EventListenerOptions.
  • La clase InteractionCreate y la de todos los eventos, ahora tienen “EventListener” al final del nombre.
  • Se creó el sistema de traducciones con i18next.
  • El sistema de tickets ahora está traducido completamente con i18n.

Full Changelog: v0.6.0...v1.0.0

v0.6.0

24 Apr 17:52
af0b366

Choose a tag to compare

What's Changed

Fixes

  • The author of the ticket can close it without any problem. #2

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Apr 16:41

Choose a tag to compare

Changes

  • New timestamp command
  • options property in Command class for slash command fields

Fixes

  • Options are not created when a command is registered
  • ping and timestamp commands now respond with MessageFlag ephemeral

Full Changelog: v0.4.1...v0.5.0

v0.4.1

22 Apr 14:16

Choose a tag to compare

Changes

  • Move the convertCommandsInJSON function to a separate file from the main client

v0.4.0

22 Apr 04:47

Choose a tag to compare

Changes

  • Create new test command
  • Create command counter logger

Full Changelog: v0.3.1...v0.4.0