commit 58be71b59396f58759cd78a7841652b6a9f53184 parent 750487858cc41b4976554ff6f43dcb1ece30d6f9 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 17 Aug 2021 00:47:43 +0200 Minor fixes Diffstat:
4 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/maubot.yaml b/maubot.yaml @@ -14,7 +14,7 @@ license: AGPL-3.0-or-later # Submodules that are imported by modules listed here don't need to be listed separately. # However, top-level modules must always be listed even if they're imported by other modules. modules: - - maubot-audio-preventer + - maubot_audio_preventer # The main class of the plugin. Format: module/Class # If `module` is omitted, will default to last module specified in the module list. diff --git a/maubot-audio-preventer/__init__.py b/maubot_audio_preventer/__init__.py diff --git a/maubot-audio-preventer/bot.py b/maubot_audio_preventer/bot.py diff --git a/maubot-audio-preventer/db.py b/maubot_audio_preventer/db.py