This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: EazyAutodelete/core
Releases · EazyAutodelete/core
v4.1.6
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.6 (2022-12-16)
4.1.5 (2022-12-16)
4.1.4 (2022-12-16)
4.1.3 (2022-12-16)
Bug Fixes
- logs: fix shard id in logger (500b459)
4.1.1 (2022-12-16)
Bug Fixes
- bot: remove unused cluster in constructor (48f0a14)
4.1.0 (2022-12-16)
Features
- bot: cluster support (4a8c9d5)
4.0.0 (2022-12-06)
⚠ BREAKING CHANGES
- everything new
Features
- use eris (16f4ee8)
Bug Fixes
- module: return if no command default (0a00ab1)
3.7.0 (2022-11-19)
Features
- config: add commands and performance config (a6526e9)
3.6.1 (2022-11-17)
Bug Fixes
- cmds: now using follow up when interaction already replied (e936b66)
3.6.0 (2022-11-17)
Features
- cmds: add editSource to CommandButton and CommandMenu (07f6c54)
3.5.2 (2022-11-16)
Bug Fixes
- cmd: fix no var in command message send methosd (25c6674)
3.5.1 (2022-11-16)
3.5.0 (2022-11-16)
Features
- config: add commands and performance configs (2d2e419)
3.4.0 (2022-11-16)
Features
- commandmessage: add introduction embed when user is new to bot (02d3530)
3.3.6 (2022-11-15)
Bug Fixes
- cooldown: return right remaining cooldown (52910aa)
3.3.5 (2022-11-14)
3.3.0 (2022-10-11)
Features
- bot: emit clientReady event (0940179)
- cmd: add modal support (f367e32)
- command: add botPermissions array to command (ada9dfa)
- command: add command localization (06e0a15)
- command: add unload (eec9a00)
- dispatcher: add interactionCreate Event (90dc888)
- modal, select menu support (7e932de)
- module: unload commands when unloading module (eff7e27)
Bug Fixes
- cmds: fix guild id (1d3b7dc)
- command: fix run params (ae6cd0d)
- cooldowns: set cooldownMap to command, not to user (de9aac0)
- db: connect db (af0ff19)
- db: fix config (544ef17)
- dispatcher: bind module as this in events (75da963)
- logger: fix shard id when creating logger (be622f9)
- logging: fix shardid at logger (eec6c86)
- logs: fix log types of client intern events (7b9043d)
- module: fix params of Module.start and Module.unload (8b8919b)
- package-lock: fix package-lock versions (69599f0)
- some fixes (5ebb685)
- stuff (e7c68cf)
- types: fix (2611a99)
- types: fix types (f32c349)
v3.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2022-09-02)
⚠ BREAKING CHANGES
- core: using modules now
- buttons: rename Args to CommandArgs
Features
- bot: add activeChannels property (bebf0cc)
- buttons: add CommandButton & ButtonArgs (d9901cb)
- buttons: add deferupdate to commandbutton (cb8bb6e)
- core: everything new (1a99646)
Bug Fixes
- args: change args.get return to value (cf1a8c2)
- bot: change activeChannels to IDs onkly (21f7c13)
- bot: fix translate function (43dc5d2)
- database: fix loaddata for user: now user id not message id (6c639b2)
- database: fix loadData on buttonCommand (346084e)
- fix some stuff + remove client.bulkDelete (e0c6274)
- fix something ig (a7b28b9)
1.4.0 (2022-06-06)
Features
- add CommandMessage, Args, ResponseHandler (e1bb1e7)
Bug Fixes
- args: fix return types of args (3334869)
- bot: fix register events by importing event (9cbd277)
- bot: initialize logger before response handler so it can use logger (80f2ee0)
- command: fix embed to return new embed every time (ac51b27)
- commandmessage: fix translation to return phrase if no translation is found (42ba7fa)
- implement bot utils (fc82060)
- types: fix db handler type in client (227c859)
- types: fix types (4994f8f)
v1.5.2
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #1
- Fixed Shard & Bot.filterToString.default by @Qreepex in #2
- 1.4.0 (2022-06-06) by @Qreepex in #3
- docs: add qreepex as a contributor for code, data, infra by @allcontributors in #4
- v1.5.2 by @Qreepex in #5
New Contributors
- @dependabot made their first contribution in #1
- @Qreepex made their first contribution in #2
- @allcontributors made their first contribution in #4
Full Changelog: https://github.com/EazyAutodelete/eazyautodelete-core/commits/v1.5.2