Releases: Joeya1ds/Discord-GPT3-Bot
Releases · Joeya1ds/Discord-GPT3-Bot
V2.2.0 - Minor Update: New Logging File + Patch
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
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
- 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