From a2111ffa6e530e054c377d9538b8b066f218de29 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Wed, 1 Jun 2022 17:41:44 -0500 Subject: Move group --- src/Tomato/Validate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Tomato/Validate.hs') diff --git a/src/Tomato/Validate.hs b/src/Tomato/Validate.hs index fe0d82a..f95601d 100644 --- a/src/Tomato/Validate.hs +++ b/src/Tomato/Validate.hs @@ -11,7 +11,7 @@ import Tomato.Data.Message (InMessage (..)) isTomato :: InMessage -> Bool isTomato m = not (hasAttach m) && - groupId m == "87220147" && + groupId m == "61875176" && isUser m && text m == "tomato" -- cgit v1.2.3