From 8d5f75e471bc3621298178956404d021cc4579a4 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 26 Sep 2024 14:25:22 -0400 Subject: [PATCH] Add nested commands --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b83906..fa31e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.4.x +#### v3.4.0 +* Added nested commands, enclose a command in brackets, braces, or parenthesis inside a longer message: `You really don't get it do you? [that's the joke.gif] You're so dense` would return the results for just `that's the joke.gif` + ## v3.3.x #### v3.3.3 (#20) * Fixed content-list slash commands `/gifs`, `/pastas`, `/joints`, `/requests` (#19)