CustomArgumentContext

interface CustomArgumentContext

Context passed to a custom prefix-command argument parser.

exported from lib.weeble.d

Properties

CustomArgumentContext.argument

type: readonly string

CustomArgumentContext.commandName

type: readonly string

CustomArgumentContext.message

type: readonly GuildMemberMessage

Methods

CustomArgumentContext.fail(message: string) never