type signature for send_help

This commit is contained in:
Lili (Tlapka) 2024-10-05 22:09:13 +02:00
parent 477151f423
commit fe75fb7acc

View File

@ -2,7 +2,7 @@ from flask import current_app
from tlapbot.owncast_requests import send_chat
def send_help():
def send_help() -> None:
message = []
message.append("Tlapbot gives you points for being in chat, and then allows you to spend those points. <br>")
message.append(f"People connected to chat receive {current_app.config['POINTS_AMOUNT_GIVEN']} points every {current_app.config['POINTS_CYCLE_TIME']} seconds. <br>")