Update README.md
This commit is contained in:
parent
0d849f71c2
commit
6fb9268bc3
@ -1,6 +1,5 @@
|
|||||||
GarfBot is a discord bot that uses openai generative pre-trained AI models to produce text and images for your personal entertainment and companionship.
|
GarfBot is a discord bot that uses openai generative pre-trained AI models to produce text and images for your personal entertainment and companionship.
|
||||||
|
|
||||||
JonBot is his owner and MoneyBot is his eccentric friend who plays the classic F2P video game Planetside 2.
|
|
||||||
|
|
||||||
To interact: (not case-sensitive)
|
To interact: (not case-sensitive)
|
||||||
|
|
||||||
@ -10,18 +9,11 @@ To interact: (not case-sensitive)
|
|||||||
`"garfpic"`
|
`"garfpic"`
|
||||||
responds with image.
|
responds with image.
|
||||||
|
|
||||||
`"hey jon"`
|
|
||||||
responds with text.
|
|
||||||
|
|
||||||
`"hey money"`
|
|
||||||
responds with text.
|
|
||||||
|
|
||||||
To get started, clone this repo and create a `config.py` file in GarfBot's root directory. Open your favorite text editor or IDE and add your various API tokens as such:
|
To get started, clone this repo and create a `config.py` file in GarfBot's root directory. Open your favorite text editor or IDE and add your various API tokens as such:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
GARFBOT_TOKEN = "token"
|
GARFBOT_TOKEN = "token"
|
||||||
JONBOT_TOKEN = "token"
|
|
||||||
MONEYBOT_TOKEN = "token"
|
|
||||||
OPENAI_TOKEN = "token"
|
OPENAI_TOKEN = "token"
|
||||||
GIF_TOKEN = "token"
|
GIF_TOKEN = "token"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user