From bc5430050c98ac90e88e2b1237619505bbf11c6f Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 5 Nov 2023 17:14:13 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1d4e50e..3c134a5 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ import time intents = discord.Intents.all() intents.members = True -bot = discord.Bot(intents=intents) +bot = discord.ext.commands.Bot(intents=intents) NL = "\n" PREFIX = "f!"