From 94028627f999fb47087f7d5de9bfce35fa22ac08 Mon Sep 17 00:00:00 2001 From: noinoiexists <69509918+noinoiexists@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:20:28 +0530 Subject: [PATCH 1/2] Added a Polls plugin to registry.json This plugin is used to create Polls in a Discord server. It has the following features: - Create polls with up to 10 options. - Role-based restrictions on who can vote. - Automatic result announcements with voting breakdown. - Easy-to-use modal interface for poll creation. Signed-off-by: noinoiexists <69509918+noinoiexists@users.noreply.github.com> --- plugins/registry.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/registry.json b/plugins/registry.json index 4079001a50..9ae12bd1ef 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -133,5 +133,14 @@ "title": "Rename", "icon_url": "https://i.imgur.com/A1auJ95.png", "thumbnail_url": "https://i.imgur.com/A1auJ95.png" + }, + "polls": { + "repository": "noinoiexists/modmail-plugins", + "branch": "main", + "description": "Customizable polling system to create polls with role restrictions, multiple options, and automatic result announcement.", + "bot_version": "4.0.0", + "title": "Polls", + "icon_url": "https://i.imgur.com/Mo60CdK.png", + "thumbnail_url": "https://i.imgur.com/jmoLr6X.jpeg" } } From 274e19df475e2b3523d7410974dbac5ae0f2a61a Mon Sep 17 00:00:00 2001 From: noinoiexists <69509918+noinoiexists@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:37:08 +0530 Subject: [PATCH 2/2] Updated bot_version in registry.json Signed-off-by: noinoiexists <69509918+noinoiexists@users.noreply.github.com> --- plugins/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/registry.json b/plugins/registry.json index 9ae12bd1ef..9e239aaf45 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -138,7 +138,7 @@ "repository": "noinoiexists/modmail-plugins", "branch": "main", "description": "Customizable polling system to create polls with role restrictions, multiple options, and automatic result announcement.", - "bot_version": "4.0.0", + "bot_version": "4.1.1", "title": "Polls", "icon_url": "https://i.imgur.com/Mo60CdK.png", "thumbnail_url": "https://i.imgur.com/jmoLr6X.jpeg"