Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 340 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 340 Bytes

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.