RC2Bot/README.md

20 lines
666 B
Markdown
Raw Permalink Normal View History

2024-10-09 23:36:55 +00:00
<br/>
<div align="center">
<h1>RC2bot</h1>
<h2>For Lack of a better name edition</h2>
2024-10-09 23:42:21 +00:00
<a href="https://github.com/flothewiz/RC2bot//"><strong>Install</strong></a>
2024-10-09 23:36:55 +00:00
</div>
<br/>
## 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`
2024-10-09 23:56:42 +00:00
- paste discord bot token in `config.yaml`
2024-10-09 23:36:55 +00:00
- run with `python main.py`