X Tutup
Skip to content

Commit 81b58c7

Browse files
committed
remove bot token (once again...)
1 parent dd7d125 commit 81b58c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timerbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def error(bot, update, error):
6565
def main():
6666
global job_queue
6767

68-
updater = Updater("148447715:AAHbczRui6gO3RBlKQ2IwU2hMd226LqZE90")
68+
updater = Updater("TOKEN")
6969
job_queue = JobQueue(updater.bot, tick_interval=1)
7070

7171
# Get the dispatcher to register handlers

0 commit comments

Comments
 (0)
X Tutup