Browse Source

Updatete

master
Misaki 6 months ago
parent
commit
257c92e28c
  1. 2
      bot.py

2
bot.py

@ -36,7 +36,7 @@ def error(update, context):
def main():
"""Start the bot."""
# Ersetzen Sie 'YOUR_TOKEN' mit Ihrem Bot-Token
updater = Updater("6885365398:AAHhgMRbUGfeS0VzKRmJvjKxSHfi18xESC4", use_context=True)
updater = Updater("6885365398:AAHhgMRbUGfeS0VzKRmJvjKxSHfi18xESC4")
# Get the dispatcher to register handlers
dp = updater.dispatcher

Loading…
Cancel
Save