# 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