mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Update code.py
This commit is contained in:
@@ -5,7 +5,6 @@ import asyncio # pip install asyncio
|
|||||||
import cogs # import the cogs
|
import cogs # import the cogs
|
||||||
import datetime # pip install datetime
|
import datetime # pip install datetime
|
||||||
from config import debug, conn, c # import the debug function and the database connection
|
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 = discord.Bot(intents=discord.Intents.all(), help_command=None)
|
||||||
|
|
||||||
bot.add_cog(cogs.Setup(bot))
|
bot.add_cog(cogs.Setup(bot))
|
||||||
|
|||||||
Reference in New Issue
Block a user