mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
* Fix for #1132 Fixes `self.streams` being a `Task` object instead of a list. Also replicated for `self.communities`, since the issue is the same (although untested, it can be inferred). * Implement sub-method to avoid init errors The new method waits for `streams` and `communities` to be initialized before running the `_stream_alerts` method, avoiding possible errors due to lists being uninitialized * Fix streams and communities loading * Delete IDE config file