Skip to content

Releases: laracord/framework

v1.0.5

04 Feb 15:42
d544878
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Display an invite link on boot if the bot is not in any guilds (#30)
  • πŸ§‘β€πŸ’» Exclude spammy log messages from the logger

Bug fixes

  • 🩹 Make the event namespaces unique when generating

Full Changelog: v1.0.4...v1.0.5

v1.0.4

04 Feb 02:03
723e71a
Compare
Choose a tag to compare

Change log

Bug fixes

  • πŸ› Fix the bot:admin command user resolving (Fixes #28)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Feb 10:49
Compare
Choose a tag to compare

Change log

Enhancements

  • πŸ§‘β€πŸ’» Remove unnecessary command conditional during boot (Fixes #24)

Bug fixes

  • 🩹 Fix the bot:admin command when user is not in database

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Feb 06:10
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Add missing return on the event register() method

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Feb 06:06
Compare
Choose a tag to compare

Change log

Enhancements

  • πŸ§‘β€πŸ’» Return an instance of self on the service/event boot/register methods
  • 🎨 Add registered services and events to their corresponding properties
  • πŸ’„ Use Laravel Prompts for the command table
  • πŸ’„ Improve the bot boot message
  • πŸ§‘β€πŸ’» Check if a path exists before attempting to extract classes
  • πŸ“ Improve the project README

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Jan 09:19
Compare
Choose a tag to compare

πŸŽ‰ Initial release