mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-26 22:16:58 +00:00
feat: best voice ever
This commit is contained in:
4
aw.py
4
aw.py
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user