https://github.com/pagoru/discord_techbot
https://github.com/pagoru/discord_techbot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagoru/discord_techbot
- Owner: pagoru
- License: mit
- Created: 2017-07-22T18:48:03.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-08-08T19:19:00.000Z (almost 9 years ago)
- Last Synced: 2024-12-28T11:43:04.977Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
discord_techbot
### Config file example
```JSON
{
"bot": {
"token": "",
"id": ""
},
"prefix": "!",
"roles": {
"RoleName": [
"alia1",
"alias2"
]
}
}
```