Skip to content

Releases: threeal/discord-bot-starter

Version 1.1.0

17 Dec 07:50
v1.1.0
c17b39f
Compare
Choose a tag to compare

What's Changed

  • Fixed the issue where a failed login did not exit with a non-zero status code.
  • Added the Entrypoint command for the Docker image.
  • Enhanced typing in the sample listeners.
  • Configured Dependabot to avoid setting pull request labels.
  • Improved the Docker run command in the README.md file.
  • Updated development dependencies.

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

Version 1.0.0

13 Nov 12:18
v1.0.0
50777cc
Compare
Choose a tag to compare

What's Changed

  • Initialized a Node.js project for a Discord bot application.
  • Integrated Sapphire as the framework for the bot application.
  • Provided a sample for handling Discord bot slash commands.
  • Added support for building a Docker image of the bot application.

Full Changelog: https://github.com/threeal/discord-bot-starter/commits/v1.0.0