mirror of
https://github.com/miaowware/qrm2.git
synced 2025-08-01 12:52:27 -04:00
0x5c did an oopsie (#329)
This commit is contained in:
parent
3eb6d8b12b
commit
750fe65fcd
2
main.py
2
main.py
@ -57,7 +57,7 @@ bot = commands.Bot(command_prefix=opt.prefix,
|
|||||||
case_insensitive=True,
|
case_insensitive=True,
|
||||||
description=info.description, help_command=commands.MinimalHelpCommand(),
|
description=info.description, help_command=commands.MinimalHelpCommand(),
|
||||||
intents=intents,
|
intents=intents,
|
||||||
member_cache=member_cache,
|
member_cache_flags=member_cache,
|
||||||
loop=loop,
|
loop=loop,
|
||||||
connector=connector)
|
connector=connector)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user