Skip to content

v0.1.9-beta.1

Choose a tag to compare

@Jacrispys Jacrispys released this 19 Sep 17:21
· 148 commits to master since this release

API/Stats/More (Part 1)

Radio Command

The NEW radio command brings a new way to listen to music, using the command /radio <limit> the bot will generate <limit> amount of songs (up to 100) of any 5 genres you choose via the selector!

image

API

While limited and not available to public for use yet , there is now a API for the bot! Using the new /auth-token command you can retrieve a token for access to the api using discord authentication! In the future you will be able to take this token and input it into the AgentApi builder and get a easy way to implement informational methods from InsideAgent into your program!

Stats

Backpacking on the introduction of the API, I completely overhauled the structure of the SQL database. This means that there is now a way to get stats from the bot, along with the bot tracking stats. In the future you will be able to use the AgentApi to get the stats, along with generating graphs based off stats.

Side Note:

This update also removed the gamespy feature. Sadly it didn't seem to have a good path for scaling or growth, and I determined the application would be better without it.

Closing Thoughts

That's it for today, but the Stats/API is only in part 1 of its update cycle, so be looking out for the full release of the features in the near future, as always submitting Issues/Pull requests help me improve the bot in areas I wasn't aware needed it, so please do submit those!

What's Changed

Check here for all bug fixes!

Full Changelog: v0.1.8...v0.1.9-beta.1