Skip to content

Commit

Permalink
chore: remove setgame import
Browse files Browse the repository at this point in the history
  • Loading branch information
GianmarcoBasile committed Nov 17, 2023
1 parent f48aab6 commit 18a90c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dotenv import load_dotenv
from telegram.ext import CommandHandler
from bot import Bot
from commands import start, setGame, addGame, getFavoriteGames, clearGamesList
from commands import start, addGame, getFavoriteGames, clearGamesList

load_dotenv()
API_KEY = os.environ['API_KEY']
Expand Down

0 comments on commit 18a90c5

Please sign in to comment.