Skip to content

Releases: TechnoTalksDev/Reko

Fixed Latency Command

21 May 00:41
Compare
Choose a tag to compare
Fixed Latency Command Pre-release
Pre-release

Cleaned up error messages and fixed Latency Command

Full Changelog: v0.5.3-beta...v0.5.4-beta

Removed broken import

19 May 03:15
Compare
Choose a tag to compare
Removed broken import Pre-release
Pre-release

Removed server.py import that was ignored with .gitignore causing the previous release to fail

Fixed dockerfile

19 May 03:07
Compare
Choose a tag to compare
Fixed dockerfile Pre-release
Pre-release

Changed dockerfile to hopefully fix issues with directories

Tracking Feature and improvements!

19 May 02:34
Compare
Choose a tag to compare
Pre-release

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

26 Mar 20:40
Compare
Choose a tag to compare
Fixed requirements Pre-release
Pre-release

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!

12 Mar 01:03
Compare
Choose a tag to compare
Location command! Pre-release
Pre-release

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

22 Feb 05:51
Compare
Choose a tag to compare
Quick fix Pre-release
Pre-release

Fixed issue with debug_guilds in last release. Go read the last release for more details

Website is now on GitHub Pages!

22 Feb 05:45
fccf445
Compare
Choose a tag to compare
Pre-release

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

21 Feb 19:39
Compare
Choose a tag to compare
Fixed Version Number Pre-release
Pre-release

Forgot to update version number in Ping command a small fix.

Added Environment Variables

21 Feb 01:32
Compare
Choose a tag to compare
Pre-release

Hopefully, fixed Docker issues...