diff --git a/main.py b/main.py index 7ab9ad3..1d4e50e 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,4 @@ import discord -import discord.ext import os import random import time @@ -8,7 +7,7 @@ import time intents = discord.Intents.all() intents.members = True -bot = commands.Bot(intents=intents) +bot = discord.Bot(intents=intents) NL = "\n" PREFIX = "f!"