Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/pick_game' into feature/…
Browse files Browse the repository at this point in the history
…pick_game
  • Loading branch information
BuildTools committed Nov 17, 2023
2 parents 5141eb3 + 4e82d25 commit c194b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/heckbot/cogs/picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
from discord.ext.commands import Bot
from discord.ext.commands import Context
from dotenv import load_dotenv
from heckbot.utils.auth import encrypt

from bot import HeckBot
from bot import cursor
from bot import db_conn
from heckbot.utils.auth import encrypt
from bot import HeckBot

load_dotenv(Path(__file__).parent.parent.parent.parent / '.env')

Expand Down

0 comments on commit c194b84

Please sign in to comment.