Skip to content

Releases: alexdeploy/discord-gpt

v0.2.0-alpha

07 May 12:41
1a88e50
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

What's Changed

  • Adding simple events and OpenAI create completion functions. by @alexdeploy in #1

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0-alpha

07 May 11:25
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Installation & Configuration

  • Installation and configuration of project dependencies. (9ea2bc8)
  • Implementation of basic functionality for Discord bot. (94c7e78)

Bot

  • Configure the API key on enviroment variable. (a1c4a29)
  • Create the bot and register the events and commands. (bc419cf)
  • Tests for events and commands logs. (b4152c7)
  • Tests for bot log. (b4152c7)