From 598feef1792be882baf33d8dacbff3ca6f68f1b0 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 1 May 2020 14:10:45 -0700 Subject: [PATCH] [RndStatus] Add min bot version --- rndstatus/info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rndstatus/info.json b/rndstatus/info.json index afac64f..918a621 100644 --- a/rndstatus/info.json +++ b/rndstatus/info.json @@ -3,10 +3,11 @@ "aikaterna" ], "description": "Random statuses with an optional bot stats mode. Ported from Twentysix's v2 cog.", - "install_msg": "Thanks for installing, have fun.", + "install_msg": "Thanks for installing, have fun.", + "min_bot_version": "3.3.6", "short": "Random bot statuses", "tags": [ "status" ], "type": "COG" -} \ No newline at end of file +}