Update code.py

This commit is contained in:
Paillat
2022-12-12 13:00:59 +01:00
parent b539780c14
commit 351d563a9a

View File

@@ -5,7 +5,6 @@ import asyncio # pip install asyncio
import cogs # import the cogs
import datetime # pip install datetime
from config import debug, conn, c # import the debug function and the database connection
import apsw # pip install apsw. ApSW is a Python interface to SQLite 3
bot = discord.Bot(intents=discord.Intents.all(), help_command=None)
bot.add_cog(cogs.Setup(bot))