Simple debugger and tester for dico-command.
pip install -U dico-dp
bot = dico_command.Bot(...)
...
bot.load_module("dp")
Base command.
- dp cache - Shows current bot cache storage info.
- dp py [code] - Executes python code.
Base command but with embed UI.