# Welcome to Dokdo
Dokdo is easy Discord bot debuging tool.
You could easily run script, debug and more on your own Discord bot.
# Getting Started
# Installation
You could install dokdo
by this command:
# Adding Dokdo to Project
Just add a few lines of code.
const Dokdo = require('dokdo')
const DokdoHandler = new Dokdo(client, { prefix: '!' })
You could check Dokdo class options here.
At Message Handler:
client.on('message', async (message) => {
await DokdoHandler.run(message)
// your command code
})
# Examples
You could check some examples here
# Contributing
Contributing is always welcomed!
Examples β