Skip to content

dico-api/dico-dp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dp

Simple debugger and tester for dico-command.

Installation

pip install -U dico-dp

Usage

bot = dico_command.Bot(...)
...
bot.load_module("dp")

Commands

dp

Base command.

  • dp cache - Shows current bot cache storage info.
  • dp py [code] - Executes python code.

dpe

Base command but with embed UI.