From 750fe65fcd143abe7b4c958f05898426e3bad4be Mon Sep 17 00:00:00 2001 From: classabbyamp <5366828+classabbyamp@users.noreply.github.com> Date: Sun, 17 Jan 2021 23:13:14 -0500 Subject: [PATCH] 0x5c did an oopsie (#329) --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a58aa7b..fcb0fc2 100644 --- a/main.py +++ b/main.py @@ -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)