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 py [code] - Executes python code.
dpe
Base command but with embed UI.