Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRaj71 authored Oct 1, 2024
1 parent 095b2ac commit 506cd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from telegram.ext import Application, CommandHandler, MessageHandler, CallbackQueryHandler, ContextTypes, ConversationHandler, filters

# Constants
BOT_USERNAME: Final = 'nflndl_bot'
BOT_TOKEN: Final = "7755059005:AAFLNqc8IZMDa2ZkoUCyxfOHOb0eNTjCFIk"
BOT_USERNAME: Final = 'xyz'
BOT_TOKEN: Final = "your token"
COINGECKO_API_URL: Final = "https://api.coingecko.com/api/v3"

# Conversation states
Expand Down

0 comments on commit 506cd2d

Please sign in to comment.