textual plugin¶
-
class
shellbot.plugins.textual.setup.Textual(config, credentials=None, **kwargs)¶ Implement the Textual plugin.
-
coroutine
announce(ctx, *, content, destination=None)¶ Implement the
announcecommand.Parameters: Raise: NotFound– Wrong mention.
-
coroutine
goodbye(ctx, **kwargs)¶ Implement the
goodbyecommand.Parameters: ctx ( Context) – The command context.
-
coroutine
say(ctx, *, content)¶ Implement the
saycommand.Parameters:
-
coroutine