Compare commits

...

1 Commits
V0.1 ... master

Author SHA1 Message Date
Misaki 257c92e28c Updatete 2023-11-14 21:20:19 +01:00
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -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