This commit is contained in:
Nexus 2024-09-20 02:01:38 +01:00
parent 2031e079a2
commit c89e39ee83

View file

@ -254,7 +254,7 @@ class MSCGetter(niobot.Module):
return await ctx.respond("Unknown operation.") return await ctx.respond("Unknown operation.")
@niobot.command("automsc", usage='<action: enable|disable|status>') @niobot.command("automsc", usage='<action: enable|disable|status>')
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. Enables or disables automatic MSC linking.
""" """