From f6d3851f3883cc69be754b6968ae17eb0b02b705 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 13 Jun 2024 12:57:41 +0200 Subject: [PATCH] Registry new Plugin Support-Times Adds my Support-Times Plugin to the registry. Feature: Makes you able to schedule enable/disable modmail at certain times with cron jobs. --- plugins/registry.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/registry.json b/plugins/registry.json index 4079001a50..f1dfebfe04 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -44,6 +44,15 @@ "icon_url": "https://i.imgur.com/qtE7AH8.png", "thumbnail_url": "https://i.imgur.com/qtE7AH8.png" }, + "support-times": { + "repository": "martinbndr/kyb3r-modmail-plugins", + "branch": "master", + "description": "With this plugin you can set certain times when modmail should be enabled/disabled.", + "bot_version": "4.0.0", + "title": "Support-Times", + "icon_url": "https://raw.githubusercontent.com/martinbndr/kyb3r-modmail-plugins/master/support-times/logo.png", + "thumbnail_url": "https://raw.githubusercontent.com/martinbndr/kyb3r-modmail-plugins/master/support-times/logo.png" + }, "reminder": { "repository": "martinbndr/kyb3r-modmail-plugins", "branch": "master",