From 351d563a9a4b876f33c8bdd6626eabd422926e79 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 12 Dec 2022 13:00:59 +0100 Subject: [PATCH] Update code.py --- code/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/code.py b/code/code.py index 5673744..6b3a474 100644 --- a/code/code.py +++ b/code/code.py @@ -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))