From 10e3dd3b36579665f07846e708ab2f00cacfa0d0 Mon Sep 17 00:00:00 2001 From: mdiluz Date: Tue, 24 Sep 2024 11:31:37 +0100 Subject: [PATCH] Add more random suggestion options --- matchy/cogs/strings.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/matchy/cogs/strings.py b/matchy/cogs/strings.py index 042322a..80da0cb 100644 --- a/matchy/cogs/strings.py +++ b/matchy/cogs/strings.py @@ -197,7 +197,10 @@ def time_suggestion(): return [ "How about throwing something in the calendar for Friday?", "Would 10am on Thursday work for people?", "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!", ]