# Typings
# Dokdo
The main class of Dokdo.
You could access by parent
variable in js(eval) command.
# Constructor
new Dokdo(client, options)
PARAMETER TYPE OPTIONAL DEFAULT DESCRIPTION client Client none DJS bot client options DokdoOptions none Options of Dokdo
# Properties
# .client
DJS bot client
Type: Client
# .options
Options of Dokdo
Type: DokdoOptions
# .owners
User ID to allow to use dokdo
Type: String []
# Methods
# .run(message
)
Runs dokdo command
PARAMETER TYPE DESCRIPTION message Message Message on Discord Returns: void
# DokdoOptions
# Types
# Properties
PARAMETER TYPE OPTIONAL DEFAULT DESCRIPTION EXAMPLE prefix String none Prefix of Bot '!'
aliases String [] β ['dokdo', 'dok']
dokdo
command aliases['debug']
owners String [] β Fetch Application Owner(s) from Discord API User ID to allow to use dokdo
['285185716240252929']
secrets any[] β []
Secrets to hide at output ['superSecretPassword', 'youshallnotpass']
globalVariable Object β {}
Custom global variable to use at eval { db: DatabaseQuery }
disableAttachmentExecution Boolean β true
Disable command execution by attachment false
β Commands