TeamOctolings / Octobot

A general-purpose Discord bot for moderation written in C#

Home Page:https://teamoctolings.github.io/Octobot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The bot will try to tick guilds even after it has left the server

Octol1ttle opened this issue · comments

Description

If the bot leaves a guild (e.g. it gets kicked), it will still try to tick it's Guild- and MemberData, causing the console to be flooded with errors

Reproduction Steps

  1. Add the bot to a server
  2. Kick the bot from that server
  3. Monitor the logs

Expected behavior

The bot will stop ticking these guilds

Actual behavior

The bot continues to try and tick these guilds

Known Workarounds

No response

Configuration

No response

Other information

No response