Skip to content

Releases: Joeya1ds/Discord-GPT3-Bot

V2.2.0 - Minor Update: New Logging File + Patch

18 Dec 19:40
02ef5e1
Compare
Choose a tag to compare

What's Changed

  • Move log functions into new file + Add docstring and type annotations for each log functions by @StrixzIV in #2
  • Patched issue with bot stalls when responding to long-form prompts

Full Changelog: V2.0.0...V2.2.0

V2.1.1 - Patch Update

18 Dec 00:28
c18f7ea
Compare
Choose a tag to compare

What's Changed w/ Patch:

  • Fixed issue with logging non-standard Unicode characters in username (removed username in logs).
  • Resolved issue with logging prompts when prompt is flagged by Moderation API by refactoring log code into multiple functions.
  • Added logged moderation prompts to be more clear when flagged by API

Full Changelog: V2.1.0...V2.1.1

V2.0.0 - Major Update: Complete rework of code

16 Dec 02:02
c18f7ea
Compare
Choose a tag to compare
  • Complete rework of command from legacy prefix-based to an application command.
  • Created a class w/ command sync
  • Improved On_Ready event w/ discord activity status!
  • Created a way to log user files (logs user's name, user's message, and tokens used by API)
  • If moderation API detects violation, prints in console to make the bot owner aware
  • Gave myself a small credit in addition to linking the github page for the most active version

Full Changelog: https://github.com/Joeya1ds/Discord-GPT3-Bot/commits/GPT3

V2.1.0 - Minor Update: configs/document enhancements

17 Dec 20:22
ae010af
Compare
Choose a tag to compare

What's Changed

  • Enhance Documentation and Refactor the main code by @StrixzIV in #1

New Contributors

Full Changelog: GPT3...V2.1.0