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
When Cardinal disconnects from the server and reconnects, a new instance of CardinalBot is created. The new instance has stale data from the configuration file originally read when Cardinal was brought online. This means if, after Cardinal connects, any plugins were loaded that aren't in the configuration file, or were added to the configuration file, are not loaded. Same for channels, etc.
The text was updated successfully, but these errors were encountered:
When Cardinal disconnects from the server and reconnects, a new instance of
CardinalBot
is created. The new instance has stale data from the configuration file originally read when Cardinal was brought online. This means if, after Cardinal connects, any plugins were loaded that aren't in the configuration file, or were added to the configuration file, are not loaded. Same for channels, etc.The text was updated successfully, but these errors were encountered: