Releases: TechnoTalksDev/Reko
Fixed Latency Command
Cleaned up error messages and fixed Latency Command
Full Changelog: v0.5.3-beta...v0.5.4-beta
Removed broken import
Removed server.py import that was ignored with .gitignore causing the previous release to fail
Fixed dockerfile
Changed dockerfile to hopefully fix issues with directories
Tracking Feature and improvements!
Don't we all love new features!!!
- Added tracking feature that tracks player joins (currently does not include names of the players)
- New and improved setup command that looks cleaner
- Other stuff that I don't remember look at the commits (pro dev am I right)
Full Changelog: v0.4.3-beta...v0.5.0-beta
Fixed requirements
Fixed the issue of requirements being messed up (unneeded requirements and missing requirements). Changed ram stat in ping command to reflect ram usage of process instead of entire system memory.
Location command!
Added location command! Returns a map of the approximate location of a server. Did some housekeeping and cleaning up of the code, feel free to browse the commits to get a better description/understanding.
Quick fix
Fixed issue with debug_guilds
in last release. Go read the last release for more details
Website is now on GitHub Pages!
The website is no longer a running part of the bot running on Quart. Now it's being hosted by GitHub pages, go check it out here. This should improve the performance of the bot and should stop it from timing out as the Quart server seemed to be messing with the bot's event loop a little. Also, it should make it a lot easier to manage in the future.
Fixed Version Number
Forgot to update version number in Ping command a small fix.
Added Environment Variables
Hopefully, fixed Docker issues...