diff --git a/code/code.py b/code/code.py index b0497f7..5673744 100644 --- a/code/code.py +++ b/code/code.py @@ -5,7 +5,7 @@ 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))