No description
|
|
||
|---|---|---|
| cogs | ||
| .gitignore | ||
| bot.py | ||
| config.example.yaml | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| utils.py | ||
What is it
This is a solid foundation for a Discord REST api. Inside you'll find some examples of hybrid_commands, and how they're set up. It's also got solid foundations for Logging, Cogs, a YAML config, Mod Roles and Embeds.
Installation
- Obtain the code, fork via git, download, doesn't matter
- Copy config.example.yaml to config.yaml
- Install requirements with
pip install -r requirements.txt - paste discord bot token in
config.yaml - run with
python main.py