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
+1 -1
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)