You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stats cog was originally created only to display and update the player count of the game server in the Discord guild.
This player count would be displayed in the description of the general channel, if upon startup of this cog, the ID of the general channel in the config did not result to a valid channel object, the entire cog would be unloaded and a log message would occur.
As the functionality of this cog has grown, this check has remained in place, while the extended functionality does not specifically have the same requirement.
The check at the startup of this cog should be changed to only disable the specific function it relates to.
The text was updated successfully, but these errors were encountered:
The stats cog was originally created only to display and update the player count of the game server in the Discord guild.
This player count would be displayed in the description of the general channel, if upon startup of this cog, the ID of the general channel in the config did not result to a valid channel object, the entire cog would be unloaded and a log message would occur.
As the functionality of this cog has grown, this check has remained in place, while the extended functionality does not specifically have the same requirement.
The check at the startup of this cog should be changed to only disable the specific function it relates to.
The text was updated successfully, but these errors were encountered: