From a2e6d06cdc38393039c778fa017ae69176274b96 Mon Sep 17 00:00:00 2001 From: rom4nik <46846000+rom4nik@users.noreply.github.com> Date: Sun, 20 Mar 2022 02:03:03 +0100 Subject: [PATCH] Add alternatingcaps to 3rd party plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56845a4..90b6e0d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ The plugin wishlist lives at . * †[youtube previewer](https://github.com/ggogel/YoutubePreviewMaubot) - A bot that responds to a YouTube link with the video title and thumbnail. * †[reddit previewer](https://github.com/ggogel/RedditPreviewMaubot) - A bot that responds to a link of a reddit post with the sub name and title. If available, uploads the image or video. * [pocket](https://github.com/jaywink/maubot-pocket) - A bot integrating with Pocket to fetch articles and archive them. +* [alternatingcaps](https://github.com/rom4nik/maubot-alternatingcaps) - A bot repeating last message using aLtErNaTiNg cApS. † Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)