From 5ea9f602add933ddd6b949aa47488b1ac2c924d5 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 12 Oct 2023 18:37:32 +0100 Subject: [PATCH] Add TIAS --- cogs/events.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cogs/events.py b/cogs/events.py index 024adf9..d85d278 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -475,6 +475,9 @@ class Events(commands.Cog): }, r"\W?(s(ource\w)?)?l(ines\s)?o(f\s)?c(ode)?(\W)?$": { "content": lambda: "I have {:,} lines of source code across {:,} files!".format(*get_sloc_count()) + }, + r"t(ry\s)?i(t\s)?a(nd\s)?see.*": { + "content": "https://tryitands.ee" } } # Stop responding to any bots