CommandSyncOptions
Popii / CommandSyncOptions
Interface: CommandSyncOptions<T>
Section titled “Interface: CommandSyncOptions<T>”Defined in: runtime/command-sync.ts:3
Type Parameters
Section titled “Type Parameters”T
Methods
Section titled “Methods”set(
commands,guildId?):Promise<unknown>
Defined in: runtime/command-sync.ts:3
Parameters
Section titled “Parameters”commands
Section titled “commands”readonly T[]
guildId?
Section titled “guildId?”string
Returns
Section titled “Returns”Promise<unknown>
log(
message):void
Defined in: runtime/command-sync.ts:3
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”void
Properties
Section titled “Properties”commands
Section titled “commands”commands: readonly
T[]
Defined in: runtime/command-sync.ts:3
force?
Section titled “force?”
optionalforce?:boolean
Defined in: runtime/command-sync.ts:3
guildId?
Section titled “guildId?”
optionalguildId?:string
Defined in: runtime/command-sync.ts:3
cachePath?
Section titled “cachePath?”
optionalcachePath?:string
Defined in: runtime/command-sync.ts:3