A discord.py extension for developers to help manage there bot
Read The Docs
- THIS IS ONLY BEING MAINTANED ON THE LATEST VERSION OF PYTHON AND DPY
- Hide your name
If your anything like me, you want your irl name to be hidden. devcmd will replace your name with<my name>
if you set theNAME
env variable to your name. Example:NAME=cibere
- Install through pip and git
pip install git+https://github.com/cibere/devcmd
- Load the extension devcmd
await bot.load_extension('devcmd')
devcmd currently has two versions. Master which is the stable version.
Installation Guide
Beta which is the development version. To install, install via git and pip as so:
pip install git+https://github.com/cibere/devcmd@beta
cibere#6647 - everything else
AmongBrown#5609 - helped with the eval command