Debugger
Represents the debugger client
Constructor
new Debugger(client, options);Properties
.owners
.ownersArray of owner IDs Type: Snowflake[]
.client
.clientdiscord.js Client instance Type: Client
.options
.optionsDebugger Options Type: ?Options
Methods
.messageRun(message, args?)
message, args?)Runs the debugger instance for message commands
Examples:
.addOwner(id)
id)Add a userId to the owners array
PARAMETER
TYPE
DETAILS
OPTIONAL
Returns: string[]
Examples:
.removeOwner(id)
id)Remove a userId from the owners array
PARAMETER
TYPE
DETAILS
OPTIONAL
Returns: string[]
Examples:
Last updated