From c89e39ee83178ae38998f9bfcf9e206cf114f950 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Fri, 20 Sep 2024 02:01:38 +0100 Subject: [PATCH] what --- app/modules/msc_getter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/msc_getter.py b/app/modules/msc_getter.py index 1da5f15..401f1d7 100644 --- a/app/modules/msc_getter.py +++ b/app/modules/msc_getter.py @@ -254,7 +254,7 @@ class MSCGetter(niobot.Module): return await ctx.respond("Unknown operation.") @niobot.command("automsc", usage='') - async def automsc_manager(self, ctx: niobot.Context, action: str): + async def automsc_manager(self, ctx: niobot.Context, action): """ Enables or disables automatic MSC linking. """