GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PluginCommandContribution

API/Interfaces/PluginCommandContribution
seyfert/lib/client/plugins/registry.d.ts

Signature

export interface PluginCommandContribution

Properties

6
recordcommandsscopeoverrideguildssequence

Methods

0

No methods.

Properties

record#
record: PluginRuntimeRecord;
commands#
commands: readonly PluginCommandLoadable[];
scope#
scope: PluginEventContributionScope;
override#
override: boolean;
guilds#
guilds?: readonly string[];
sequence#
sequence: number;