From 89b46461739acd4ca332ede259465a26319f9b70 Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 5 Nov 2023 16:44:39 +0000 Subject: [PATCH] Update main.py --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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!"