Reply Scope
class ReplyScope(sender: Sender, message: Message, cs: CoroutineScope) : CoroutineScope
Content copied to clipboard
Used in CommandScope.reply.
Constructors
Functions
Link copied to clipboard
suspend operator fun Subcommand.invoke(vararg args: String): CommandResponse
Content copied to clipboard
Can be used to run a Subcommand with the current sender.