Skip to content

Commit

Permalink
Free to play
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiygusev authored and georgiygusev committed Sep 14, 2023
1 parent bfefe53 commit 792346e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion telegram_bot/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class TgConfig(ABC):
PRICE: Final = 60
HELPER_URL: Final = '@Gamlet_Omlet'
BOT_URL: Final = 'https://t.me/PronimBot'
HELP_COMMANDS_URL: Final = 'https://telegra.ph/Free-commands-09-09'
HELP_COMMANDS_URL: Final = 'https://telegra.ph/Kommandy-bota-09-14'
1 change: 0 additions & 1 deletion telegram_bot/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

class Env(ABC):
TOKEN: Final = os.environ.get('TOKEN', 'define me!')
PAYMENTS_TOKEN: Final = os.environ.get("PAYMENTS_TOKEN", "define me!")
API_ID: Final = os.environ.get("API_ID", "define me!")
API_HASH: Final = os.environ.get("API_HASH", "define me!")
ADMIN_ID: Final = int(os.environ.get("ADMIN_ID", "define me!"))
1 change: 0 additions & 1 deletion telegram_bot/utils/util.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from telegram_bot.utils import TgConfig
1 change: 0 additions & 1 deletion user_bot/utils/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
from abc import ABC
from typing import Final

Expand Down

0 comments on commit 792346e

Please sign in to comment.