Update cover.py
Browse files
cover.py
CHANGED
|
@@ -225,7 +225,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
| 225 |
|
| 226 |
# Main function to run the bot
|
| 227 |
def main():
|
| 228 |
-
bot_token =
|
| 229 |
if not bot_token:
|
| 230 |
raise ValueError("Bot token not found. Set the TELEGRAM_BOT_TOKEN environment variable.")
|
| 231 |
|
|
|
|
| 225 |
|
| 226 |
# Main function to run the bot
|
| 227 |
def main():
|
| 228 |
+
bot_token = print("token:")
|
| 229 |
if not bot_token:
|
| 230 |
raise ValueError("Bot token not found. Set the TELEGRAM_BOT_TOKEN environment variable.")
|
| 231 |
|