Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/euro20179/bircle

Amazing discord bot, not convoluted 100%
https://github.com/euro20179/bircle

Last synced: 7 days ago
JSON representation

Amazing discord bot, not convoluted 100%

Awesome Lists containing this project

README

        

# Amazing bot, trust me guys

lol

## Setup

Run `setup.py`

or

Create a file calle `CONFIG.json`, the json must have the following items

```json
{
"general": {
"default-channel": "channel-id",
"prefix": "prefix",
"mode": "dev (optional)",
"admins": ["admin-ids"],
},
"secrets": {
"token": "bot token",
"client-id": "bot client id",
"client-secret": "application client secret",
"guild": "guild id",
}
}
```

extra items:
```json
{
"general": {
"enable-chat": boolean
}
}
```