Skip to content

Commit

Permalink
refactor(main.py): core.bot -> lava.bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantouisyummy authored Nov 24, 2023
1 parent fb79998 commit 9942cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from colorlog import ColoredFormatter
from dotenv import load_dotenv

from core.bot import Bot
from lava.bot import Bot
from os import getenv

def main():
Expand Down

0 comments on commit 9942cc7

Please sign in to comment.