mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[Core] Added co-owners to outdated message warnings (#2664)
* Added co-owners to potentially DMd users * Fetch the cached of every guild, see comments of #2664 * Ensure owners can be DM'd. * Refactoring try block.
This commit is contained in:
@@ -104,7 +104,9 @@ def main():
|
||||
log.debug("Data Path: %s", data_manager._base_data_path())
|
||||
log.debug("Storage Type: %s", data_manager.storage_type())
|
||||
|
||||
red = Red(cli_flags=cli_flags, description=description, dm_help=None)
|
||||
red = Red(
|
||||
cli_flags=cli_flags, description=description, dm_help=None, fetch_offline_members=True
|
||||
)
|
||||
init_global_checks(red)
|
||||
init_events(red, cli_flags)
|
||||
red.add_cog(Core(red))
|
||||
|
||||
Reference in New Issue
Block a user