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

https://github.com/pagoru/discord_techbot


https://github.com/pagoru/discord_techbot

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

discord_techbot

### Config file example

```JSON
{
"bot": {
"token": "",
"id": ""
},
"prefix": "!",
"roles": {
"RoleName": [
"alia1",
"alias2"
]
}
}
```