Skip to content

Release v2023.307.0

Compare
Choose a tag to compare
@notsniped notsniped released this 07 Mar 14:29
· 120 commits to main since this release
d26c285

Thank you for following along in the Discord Snipe Bot project. This is a tagged stable release (v2023.307.0)

I'm sorry for not updating for over 6 months. I completely forgot about the project and it ended up getting abandoned. Anyway, it's back now, better than ever.

This release contains a transition to the PyCord Discord API wrapper, some under-the-hood optimizations, a new bot framework, and some code quality updates and bug fixes.

What's Changed

New API wrapper!

  • Switch client API wrapper library from discord.py to PyCord by @notsniped in #20

Optimizations

  • Explicitly define encoding type while opening database and log files by @notsniped in #16
  • Switch client from using hard-coded token to using stored token from config file by @notsniped in #19

Code Quality

  • Reorganize module imports in main file by @notsniped in #15
  • Move Log() class from main file to framework module by @notsniped in #17

Full Changelog: v2022.1003.0...v2023.307.0