Context
Table of Contents
Section titled “Table of Contents”syncopate.commands.context
Section titled “syncopate.commands.context”Command execution context.
Context Objects
Section titled “Context Objects”class Context()Command execution context.
Passed to @bot.command() handlers with the triggering message,
parsed arguments, and convenience methods for replying.
async def send(content: str) -> MessageSend a message to the same channel.
async def reply(content: str) -> MessageReply to the triggering message (threaded).