feat: best voice ever

This commit is contained in:
2025-03-24 21:46:35 +01:00
parent 51d39d849b
commit 05809597b7
11 changed files with 57 additions and 1 deletions

4
aw.py
View File

@@ -1,3 +1,4 @@
from dotenv import load_dotenv
import os
import discord
@@ -13,6 +14,9 @@ OFFTOPIC_CHANNEL = 1112048063448617142
intents = discord.Intents.all()
bot = commands.Bot(command_prefix="!", intents=intents)
# Load environment variables from .env file (if it exists)
load_dotenv(override=True)
initialize_db()