From 3a10451efcd226b6eec5ed483e311203ade52137 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Mon, 9 Jan 2023 16:10:54 -0800 Subject: [PATCH] Update example to template --- lemmy-reply-bot.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemmy-reply-bot.example.toml b/lemmy-reply-bot.example.toml index 66adc3e..7f9d21c 100644 --- a/lemmy-reply-bot.example.toml +++ b/lemmy-reply-bot.example.toml @@ -9,4 +9,4 @@ password = "ExamplePassword123" # after "!!BOT_TEST" [[reply]] regex = "!!BOT_TEST (.*)" -msg = "$1" \ No newline at end of file +msg = "{{match . 0 1}}" \ No newline at end of file