feat: DB for patterns

This commit is contained in:
2025-03-05 21:44:50 +01:00
parent d35bc21d89
commit a5b7872d3f
7 changed files with 137 additions and 10 deletions

4
aw.py
View File

@@ -3,6 +3,8 @@ import os
import discord
from discord.ext import commands
from database import initialize_db
GUILD_ID = 1110531063161299074
BOT_LOG = 1112049391482703873
GENERAL_CHANNEL = 1110531063744303138
@@ -11,6 +13,8 @@ OFFTOPIC_CHANNEL = 1112048063448617142
intents = discord.Intents.all()
bot = commands.Bot(command_prefix="!", intents=intents)
initialize_db()
@bot.event
async def on_ready():