mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-22 11:09:17 -04:00
Simplify bot class (Red) __init__ arguments, remove unused (#6714)
This commit is contained in:
@@ -172,11 +172,9 @@ def red(config_fr):
|
||||
|
||||
cli_flags = parse_cli_flags(["ignore_me"])
|
||||
|
||||
description = "Red v3 - Alpha"
|
||||
|
||||
Config.get_core_conf = lambda *args, **kwargs: config_fr
|
||||
|
||||
red = Red(cli_flags=cli_flags, description=description, dm_help=None, owner_ids=set())
|
||||
red = Red(cli_flags=cli_flags)
|
||||
|
||||
yield red
|
||||
|
||||
|
||||
Reference in New Issue
Block a user