blob: 05b0e27a47e53e444c8b1eb692d79e3fb86d4874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
## Installation
The default installation stuff.
put the config in `config/config.json` with the following structure:
```json
{
"token": "discord-token",
"github": {
"access_token": "auio"
}
}
```
install the requirements.
## Additional requirements.
I use [carbon][carbon] to generate code images. We use the [carbon now cli][carbon-cli]. Please install it globally and generate a template called `notaselfbot`
[carbon-cli]: https://github.com/mixn/carbon-now-cli
[carbon]: https://github.com/dawnlabs/carbon
|