Fixed all of the whoops

This commit is contained in:
Dan
2024-05-03 22:45:59 -04:00
parent e28176b558
commit efad3e79dc
4 changed files with 8 additions and 4 deletions

View File

@ -2,8 +2,10 @@ from dolly.dolly import Dolly
from dolly.database import setup_db
import asyncio
from dotenv import load_dotenv
import os
load_dotenv()
TOKEN = os.getenv('DISCORD_BOT_TOKEN')
async def main():