Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 3, 2023
1 parent 23f6da2 commit 708f2b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bot/launcher.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import os
from pathlib import Path

import asyncpg
import discord
Expand All @@ -17,8 +16,6 @@

load_dotenv()

ENV_PATH = Path(__file__).parent / ".env"

TOKEN = os.environ["TOKEN"]
DEV_MODE = os.getenv("DEV_MODE") in ("True", "TRUE")
POSTGRES_URI = os.environ["POSTGRES_URI"]
Expand Down

0 comments on commit 708f2b7

Please sign in to comment.