mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
# DO NOT CHANGE
|
|
version: 1
|
|
# Hangman related settings (.hangman command)
|
|
hangman:
|
|
# The amount of currency awarded to the winner of a hangman game
|
|
currencyReward: 0
|
|
# Trivia related settings (.t command)
|
|
trivia:
|
|
# The amount of currency awarded to the winner of the trivia game.
|
|
currencyReward: 0
|
|
# Users won't be able to start trivia games which have
|
|
# a smaller win requirement than the one specified by this setting.
|
|
minimumWinReq: 1
|
|
# List of responses for the .8ball command. A random one will be selected every time
|
|
eightBallResponses:
|
|
- Most definitely yes.
|
|
- For sure.
|
|
- Totally!
|
|
- Of course!
|
|
- As I see it, yes.
|
|
- My sources say yes.
|
|
- Yes.
|
|
- Most likely.
|
|
- Perhaps...
|
|
- Maybe...
|
|
- Hm, not sure.
|
|
- It is uncertain.
|
|
- Ask me again later.
|
|
- Don't count on it.
|
|
- Probably not.
|
|
- Very doubtful.
|
|
- Most likely no.
|
|
- Nope.
|
|
- No.
|
|
- My sources say no.
|
|
- Don't even think about it.
|
|
- Definitely no.
|
|
- NO - It may cause disease contraction!
|
|
# List of animals which will be used for the animal race game (.race)
|
|
raceAnimals:
|
|
- icon: "🐼"
|
|
name: Panda
|
|
- icon: "🐻"
|
|
name: Bear
|
|
- icon: "🐧"
|
|
name: Pengu
|
|
- icon: "🐨"
|
|
name: Koala
|
|
- icon: "🐬"
|
|
name: Dolphin
|
|
- icon: "🐞"
|
|
name: Ladybird
|
|
- icon: "🦀"
|
|
name: Crab
|
|
- icon: "🦄"
|
|
name: Unicorn
|