Upped games.yml to v5
This should have happened 2 updates ago
This commit is contained in:
parent
f10c49ec61
commit
1256562ad9
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
version: 4
|
version: 5
|
||||||
# Hangman related settings (.hangman command)
|
# Hangman related settings (.hangman command)
|
||||||
hangman:
|
hangman:
|
||||||
# The amount of currency awarded to the winner of a hangman game
|
# The amount of currency awarded to the winner of a hangman game
|
||||||
|
@ -56,7 +56,7 @@ raceAnimals:
|
||||||
name: Unicorn
|
name: Unicorn
|
||||||
# Which chatbot API should bot use.
|
# Which chatbot API should bot use.
|
||||||
# 'cleverbot' - bot will use Cleverbot API.
|
# 'cleverbot' - bot will use Cleverbot API.
|
||||||
# 'gpt' - bot will use GPT API
|
# 'openai' - bot will use OpenAi API
|
||||||
chatBot: OpenAi
|
chatBot: OpenAi
|
||||||
chatGpt:
|
chatGpt:
|
||||||
# Url to any openai api compatible url.
|
# Url to any openai api compatible url.
|
||||||
|
|
Loading…
Reference in a new issue