0x5c did an oopsie

This commit is contained in:
Abigail G 2021-01-17 21:55:51 -05:00
parent a93aafaa96
commit 39c2a7e248
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ bot = commands.Bot(command_prefix=opt.prefix,
case_insensitive=True,
description=info.description, help_command=commands.MinimalHelpCommand(),
intents=intents,
member_cache=member_cache,
member_cache_flags=member_cache,
loop=loop,
connector=connector)