From 71cfc9c97cd4faa9161b85448da3fbc8c4732048 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 12 Dec 2022 09:40:49 +0100 Subject: [PATCH] Update code.py --- code/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))