cibere / devcmd

a developer tool for discord.py discord bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devcmd Docs

A discord.py extension for developers to help manage there bot
Read The Docs

Warning!

- THIS IS ONLY BEING MAINTANED ON THE LATEST VERSION OF PYTHON AND DPY

Index

Features

Installation

Devcmd Versions

Credits

Features

  1. 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 the NAME env variable to your name. Example:
NAME=cibere

Installation

  1. Install through pip and git
pip install git+https://github.com/cibere/devcmd
  1. Load the extension devcmd
await bot.load_extension('devcmd')

Devcmd Versions:

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

Credits:

cibere#6647 - everything else

AmongBrown#5609 - helped with the eval command

About

a developer tool for discord.py discord bots

License:MIT License


Languages

Language:Python 100.0%