From 3787f7042cd89d09df93b1f2e2296cdcbd85155f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Nov 2024 18:05:17 -0500 Subject: [PATCH] whats advent of code? --- bot/plugins/smarts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/plugins/smarts.py b/bot/plugins/smarts.py index 064c66c..4b0d0c0 100644 --- a/bot/plugins/smarts.py +++ b/bot/plugins/smarts.py @@ -18,6 +18,7 @@ async def _base(config: Config, msg: Message, *, cmd: str) -> str | None: THINGS_TO_COMMANDS = ( + ('advent of code', '!aoc'), ('aoc', '!aoc'), ('are (you|we) (building|doing|working on|making)', '!today'), ('babb?ie?', '!babi'),