Compare commits
No commits in common. "master" and "V0.1" have entirely different histories.
2
bot.py
2
bot.py
|
@ -36,7 +36,7 @@ def error(update, context):
|
||||||
def main():
|
def main():
|
||||||
"""Start the bot."""
|
"""Start the bot."""
|
||||||
# Ersetzen Sie 'YOUR_TOKEN' mit Ihrem Bot-Token
|
# Ersetzen Sie 'YOUR_TOKEN' mit Ihrem Bot-Token
|
||||||
updater = Updater("6885365398:AAHhgMRbUGfeS0VzKRmJvjKxSHfi18xESC4")
|
updater = Updater("6885365398:AAHhgMRbUGfeS0VzKRmJvjKxSHfi18xESC4", use_context=True)
|
||||||
|
|
||||||
# Get the dispatcher to register handlers
|
# Get the dispatcher to register handlers
|
||||||
dp = updater.dispatcher
|
dp = updater.dispatcher
|
||||||
|
|
Loading…
Reference in New Issue