mirror of https://gitlab.com/gpvkt/twitchtts.git
Quote Messages added
This commit is contained in:
parent
5b1d95938f
commit
d3d86420ee
|
@ -31,6 +31,9 @@ messages: # Things the bot can send as chat message
|
||||||
votenobody: "Nobody casted a vote. :("
|
votenobody: "Nobody casted a vote. :("
|
||||||
voteresult: "Voting has ended. The result is:"
|
voteresult: "Voting has ended. The result is:"
|
||||||
votes: "Votes"
|
votes: "Votes"
|
||||||
|
quotenotfound: "Sorry, no quote found."
|
||||||
|
quoteaddedprefix: "Quote:"
|
||||||
|
quoteaddedsuffix: "added."
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: "INFO" # Loglevel, valid values are: DEBUG, INFO, WARNING, ERROR, CRITICAL (do not use DEBUG in a production environment)
|
level: "INFO" # Loglevel, valid values are: DEBUG, INFO, WARNING, ERROR, CRITICAL (do not use DEBUG in a production environment)
|
||||||
|
|
Loading…
Reference in New Issue