From aba9b71a5568daeac3ea4448141704e4a589b178 Mon Sep 17 00:00:00 2001 From: Jia Rong Yee <28086837+fourjr@users.noreply.github.com> Date: Thu, 5 Nov 2020 18:43:35 +0800 Subject: [PATCH] add countdowns plugin --- plugins/registry.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/registry.json b/plugins/registry.json index f5e119912e..ce2b76afc0 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -204,5 +204,14 @@ "title": "Translate", "icon_url": "https://i.imgur.com/yeHFKgl.png", "thumbnail_url": "https://i.imgur.com/yeHFKgl.png" + }, + "countdowns": { + "repository": "fourjr/modmail-plugins", + "branch": "master", + "description": "Setup a countdown voice channel in your server!", + "bot_version": "3.6.2", + "title": "Countdowns", + "icon_url": "https://cdn.discordapp.com/avatars/180314310298304512/7552e0089004079304cc9912d13ac81d.png", + "thumbnail_url": "https://cdn.discordapp.com/avatars/180314310298304512/7552e0089004079304cc9912d13ac81d.png" } }