Skip to content

Commit

Permalink
chore: Move starting log to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Seniru committed Jun 18, 2023
1 parent 9fb52c3 commit a2f93d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
print("[INFO][SYSTEM] Starting...")

import os
import asyncio

from bots.Transformice import Transformice
#sys.path.append("discordslashcommands")
from bots.Discord import Discord

print("[INFO][SYSTEM] Starting...")

loop = asyncio.get_event_loop()

Expand Down

0 comments on commit a2f93d0

Please sign in to comment.