Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi2026 authored Oct 6, 2024
1 parent a4e0a1d commit 91a4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Constants
BOT_USERNAME: Final = 'xyz'
BOT_TOKEN: Final = "7274567873:AAE-h1rqRVUHtvsK1P5IWM1kQ772s8lEvtI"
BOT_TOKEN: Final = "your token"
COINGECKO_API_URL: Final = "https://api.coingecko.com/api/v3"

# Conversation states
Expand Down

0 comments on commit 91a4e8d

Please sign in to comment.