mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
Fix behavior of is_owner for team applications and put all owner IDs in one attribute (#3793)
* blah * you idiot * Me likey Danny's way * Add a warning when bot has no owner set
This commit is contained in:
@@ -171,7 +171,7 @@ def red(config_fr):
|
||||
|
||||
Config.get_core_conf = lambda *args, **kwargs: config_fr
|
||||
|
||||
red = Red(cli_flags=cli_flags, description=description, dm_help=None, owner_id=None)
|
||||
red = Red(cli_flags=cli_flags, description=description, dm_help=None, owner_ids=set())
|
||||
|
||||
yield red
|
||||
|
||||
|
||||
Reference in New Issue
Block a user