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. """