X Tutup
Skip to content

Commit 77930e0

Browse files
committed
Removing token
1 parent 582bb61 commit 77930e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/echobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import time
77

88
# Telegram Bot Authorization Token
9-
bot = telegram.Bot('120405045:AAEAQ3EcfZ3NztkUbOkMOwCxXdDikEW1VZE')
9+
bot = telegram.Bot('token')
1010

1111
# This will be our global variable to keep the latest update_id when requesting
1212
# for updates. It starts with the latest update_id available.

0 commit comments

Comments
 (0)
X Tutup