Skip to content

Commit

Permalink
Add polloptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHrm committed Jan 17, 2024
1 parent 97a14a7 commit 8f51b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EarlyBird.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def send_poll(token, chat_id):
payload = {
'chat_id': chat_id,
'question': "Wann gehen wir heute essen?",
'options': json.dumps(["Bin nicht am Ikum", "11:45", "12:00", "12:30", "13:00", "13:30"]),
'options': json.dumps(["Bin nicht am Ikum", "idk, maybe irgendwann", "11:45", "12:00", "12:30", "13:00", "13:30"]),
'allows_multiple_answers': False,
'is_anonymous': False
}
Expand Down

0 comments on commit 8f51b7e

Please sign in to comment.