From fcc8944e08ecd645ccea3fd6f5465f752befb9b7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 7 Jul 2024 23:03:17 +0300 Subject: [PATCH] Fix lint error --- data/plugins/thirdparty/awareness-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/thirdparty/awareness-bot.yaml b/data/plugins/thirdparty/awareness-bot.yaml index 71c9fad..ea8c4d2 100644 --- a/data/plugins/thirdparty/awareness-bot.yaml +++ b/data/plugins/thirdparty/awareness-bot.yaml @@ -7,7 +7,7 @@ license: AGPL-3.0-only # The author of the plugin. author: besendorf # A short description for the plugin. May contain markdown. -description: maubot plugin that helps moderate a matrix room by muting users that use foul language +description: maubot plugin that helps moderate a matrix room by muting users that use foul language # Antifeature identifiers. Currently the only defined value is `synchronous`, # which must be included if the plugin uses non-async libraries in the main # thread (because that can block the whole maubot process).