Releases: woozystudio/adobly
Releases · woozystudio/adobly
v1.4.0
What's Changed
- feat: sub commands integration by @woozystudio in #8
- refactor: implementing new framework by @woozystudio in #13
- refactor: tickets v2 by @woozystudio in #14
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
Fixes
- The
unbancommand had thetestModefield active. It is now correctly published.
v1.3.0
What's Changed
- New
botparameter inchatInputfunction - 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
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
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
Major Changes
- refactor: v1 by @woozystudio in #3
- 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
CommandManageryDiscordEventManager. - La clase Event ya no existe, se sustituyó por
EventManageryEventListener. - El tipo
EventCreatorOptionsya no existe, se sustituyó porEventListenerOptions. - La clase
InteractionCreatey 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
What's Changed
- feat: ticketing system by @woozystudio in #1
Fixes
- The author of the ticket can close it without any problem. #2
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Changes
- New timestamp command
optionsproperty inCommandclass for slash command fields
Fixes
- Options are not created when a command is registered
pingandtimestampcommands now respond with MessageFlag ephemeral
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Changes
- Move the convertCommandsInJSON function to a separate file from the main client