Add more random suggestion options
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 34s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 1m8s

This commit is contained in:
mdiluz 2024-09-24 11:31:37 +01:00
parent 367d12578c
commit 10e3dd3b36

View file

@ -197,7 +197,10 @@ def time_suggestion(): return [
"How about throwing something in the calendar for Friday?", "How about throwing something in the calendar for Friday?",
"Would 10am on Thursday work for people?", "Would 10am on Thursday work for people?",
"How about a call this afternoon?", "How about a call this afternoon?",
"Would a chat the start of a weekday work?" "Would a chat the start of a weekday work?",
"How's about organising a quick call sometime this week?",
"When's everyone available for a short hangout?",
"It's best to pick a time to drop in a call or meet up, if everyone is up for it!",
] ]