mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -18,10 +18,40 @@ Please note that we can possibly log the messages that are sent for **no more th
|
|||||||
You can now enable your bot by doing **/enable**.
|
You can now enable your bot by doing **/enable**.
|
||||||
|
|
||||||
You can always disable the bot by doing **/disable** and delete your api key from our server by doing **/delete**.
|
You can always disable the bot by doing **/disable** and delete your api key from our server by doing **/delete**.
|
||||||
|
|
||||||
|
# Commands reference
|
||||||
|
*/setup*
|
||||||
|
Setup the bot
|
||||||
|
*/enable*
|
||||||
|
Enable the bot
|
||||||
|
*/disable*
|
||||||
|
Disable the bot
|
||||||
|
*/advanced*
|
||||||
|
Set the advanced settings
|
||||||
|
*/advanced_help*
|
||||||
|
Get help about the advanced settings
|
||||||
|
*/enable_tts*
|
||||||
|
Enable the Text To Speech
|
||||||
|
*/disable_tts*
|
||||||
|
Disable the Text To Speech
|
||||||
|
*/delete*
|
||||||
|
Delete all your data from our server
|
||||||
|
*/cancel*
|
||||||
|
Cancel the last message sent by the bot
|
||||||
|
*/default*
|
||||||
|
Set the advanced settings to their default values
|
||||||
|
*/help*
|
||||||
|
Show this command list
|
||||||
|
|
||||||
|
# ToDo
|
||||||
|
- [ ] add image recognition
|
||||||
|
- [ ] When chatgpt API is released, add that api instead of davinci-003
|
||||||
|
- [ ] Publish a GOOD docker image on dockerhub and add some more instructions about how to selfhost
|
||||||
|
- [ ]
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
You can run this bot with docker. First clone this repository. Now replace the text into the key.txt file that you will find into the ./Botator/docker/Build directory with your **DISCORD** API key. After that,run the following command in the /Botator/docker/Build directory.
|
You can run this bot with docker. First clone this repository. Now replace the text into the key.txt file that you will find i#nto the ./Botator/docker/Build directory with your **DISCORD** API key. After that,run the following command in the /Botator/docker/Build directory.
|
||||||
|
|
||||||
`docker build . -t botator:latest --no-cache`
|
`docker build . -t botator:latest --no-cache`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user