ihasTaco / ServerQuery

A Discord Bot that queries game servers
Mozilla Public License 2.0
0 stars 0 forks source link

Bot Fails to Update Guild List When a New Guild is Added #3

Closed ihasTaco closed 1 year ago

ihasTaco commented 1 year ago

The ServerQuery bot is currently experiencing an issue where it fails to update its guild list when a new guild is added. As a result, the bot does not recognize the new guild and cannot interact with it as expected.

This issue can lead to a lack of functionality for new guilds and can hamper the bot's ability to scale with growing user activity.

We need to investigate why the bot does not update its guild list and implement a fix to ensure that all new guilds are recognized and handled appropriately by the bot.

Steps to Reproduce:

Expected Outcome:

The bot's guild list should update to include the new guild.

Actual Outcome:

The bot does not update its guild list when a new guild is added, and the new guild is not recognized by the bot.

Possible Solution:

This issue might be addressed by triggering a guild list update whenever a new guild is added. This would ensure that the bot's guild list is always up-to-date and that all guilds are recognized by the bot. However, the root cause of the issue needs to be identified to determine the most effective solution.

ihasTaco commented 1 year ago

This issue has been fixed with the new develop build