tested news api

This commit is contained in:
Rripped
2022-03-15 11:27:54 +01:00
parent ebbd94497d
commit 3342e60816
4 changed files with 20 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ def send_start(message):
def send_version(message):
bot.reply_to(message, bot_version)
@bot.message_handler(commands=['help']) # /help -> sending all functions
def send_welcome(message):
bot.reply_to(message, "/id or /auth for authentication. /update to get updates on your shares. /users to see all users. For further details see aktienbot.flokaiser.com")