From 633c9022bb059d71914df49cdbca136fac037200 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 19:57:24 -0500 Subject: [PATCH] fix(bible): added tags to the info.json file --- bible/info.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bible/info.json b/bible/info.json index 015ca44..44b3a6c 100644 --- a/bible/info.json +++ b/bible/info.json @@ -9,5 +9,9 @@ "disabled": false, "min_bot_version": "3.5.0", "min_python_version": [3, 10, 0], - "tags": [] + "tags": [ + "fun", + "utility", + "api" + ] }