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!"