0x5c did an oopsie (#329)

This commit is contained in:
classabbyamp 2021-01-17 23:13:14 -05:00 committed by GitHub
parent 3eb6d8b12b
commit 750fe65fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)