GravityWolfNotAmused / PlayerCountDiscordBot

A simple discord bot that updates their status' to show player counts.
MIT License
36 stars 16 forks source link

[IDEA] Make the Server Status reflect the status of the bot. #59

Open m0edev opened 1 year ago

m0edev commented 1 year ago

Hey Gravity Wolf,

Been using your bot for a while now and really like it.

Would it be possible to have the player count bot say it offline when the server is offline? at the moment if the server is offline it just displays the last known player count.

Thanks mate

GravityWolfNotAmused commented 1 year ago

Hey M0E, hope you are doing well man. Thanks for the praise, I appreciate all of the support and kind words.

I have had previous conversations with people in discord about this functionality. I attempted it too; however, at that point in time I failed to grasp everything I needed to make it possible. Some issues I had originally faced was flickering your status

The complexity of this feature doesn't just come from communication with your game server, but also from the need to have a multithreaded application that can process, and complete multiple different tasks, not just update a status. This being said, I would like to let you know that I am focused on teaching myself multi-threading so I can bring this feature sooner rather than later.

This will unlock another layer of complexity to the project, but it will also allow for future expansion to other types of tasks the bot could accomplish, and also my understanding of using additional threads to process different data sets in other applications.

I have placed labels on this issue, so that I keep this in mind when I find time after work. It's absolutely a must-have, but it's about having the time to accomplish it.

Much love, friend.