manual plugin

class shellbot.plugins.manual.setup.Manual(*args)

Implement the Manual plugin.

coroutine info(ctx)

Implement the info command.

Parameters:ctx (Context) – The command context.
coroutine legal(ctx)

Implement the legal command.

Parameters:ctx (Context) – The command context.
coroutine man(ctx, *, target=None)

Implement the help command.

Parameters:
  • ctx (Context) – The command context.
  • target (str [optional]) – Optional keyword argument containing a command name.
Raise:

NotFound – Unknown command.