0

Fix lint error

This commit is contained in:
Tulir Asokan
2024-07-07 23:03:17 +03:00
parent 60e6ea7b52
commit fcc8944e08

View File

@@ -7,7 +7,7 @@ license: AGPL-3.0-only
# The author of the plugin. # The author of the plugin.
author: besendorf author: besendorf
# A short description for the plugin. May contain markdown. # 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`, # Antifeature identifiers. Currently the only defined value is `synchronous`,
# which must be included if the plugin uses non-async libraries in the main # which must be included if the plugin uses non-async libraries in the main
# thread (because that can block the whole maubot process). # thread (because that can block the whole maubot process).