meshcore.js
ReferenceInterfaces

DeniedContext

Defined in: packages/client/src/commands/context.ts:25

What commandDenied hands the listener: the triggering message and, if it matched a name, the Command.

Properties

author

readonly author: Author;

Defined in: packages/client/src/commands/context.ts:28


channel

readonly channel: Channel | null;

Defined in: packages/client/src/commands/context.ts:29


client

readonly client: Client;

Defined in: packages/client/src/commands/context.ts:26


command

readonly command: Command | null;

Defined in: packages/client/src/commands/context.ts:31


isDM

readonly isDM: boolean;

Defined in: packages/client/src/commands/context.ts:30


message

readonly message: Message;

Defined in: packages/client/src/commands/context.ts:27

On this page