Skip to content

HalpyBOT 1.6.4

Compare
Choose a tag to compare
@Rixxan Rixxan released this 01 Jan 21:53
· 323 commits to master since this release
3d9f239

Changelog

Added:

n/a

Changed:

  • Fixed a race condition that could result from undefined behavior due to unsynchronized cross-thread read conditions. (@Rixxan, @theunkn0wn1)
  • Moved logger setup to its own function (@Rixxan)
  • Changed the entry point used to interact with Pydle. (@Rixxan)

Removed:

  • Removed some useless asyncio code that didn't actually do anything. (@Rixxan)
  • Removed a few unneeded imports. (@Rixxan)