# Commands

In document, its using ! as prefix and dokdo for command.

# Root Command

!dokdo

# Non-sharded

root

# Sharded

root-shard

# Shell

You could run your shell code.

  • For Windows, it uses powershell.
  • Others, it uses default shell

!dokdo <sh|bash|ps|powershell|shell|zsh> [Command]

shell

# Eval

You could eval your script.

# Variables

VARIABLE TYPE DESCRIPTION
message Message Message on Discord
parent Dokdo Dokdo class
client Client DJS bot client

You could add variables by DokdoOptions.globalVariable

!dokdo <js|javascript> [script]

javascript