dico-dp

Simple debugger and tester for dico-command.


License
MIT
Install
pip install dico-dp==0.0.6

Documentation

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.