Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSlui committed Aug 8, 2024
1 parent a6e7b95 commit e1a1faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import socket

from discord import Intents, Status, Activity, ActivityType, Bot

from config.directories import Directories
from providers.modifiers.logger import setup_logger
from database.executioners.initiator import db_pool
from providers.database.migration_provider import run_migrations
Expand Down

0 comments on commit e1a1faa

Please sign in to comment.