From d3c5294584ae610686e13498a490ba387a255259 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Sat, 20 Aug 2022 09:00:12 +0200 Subject: [PATCH] Quote Messages added --- config-dist.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-dist.yml b/config-dist.yml index aa9f22f..1d6bcdd 100644 --- a/config-dist.yml +++ b/config-dist.yml @@ -31,6 +31,9 @@ messages: # Things the bot can send as chat message votenobody: "Nobody casted a vote. :(" voteresult: "Voting has ended. The result is:" votes: "Votes" + quotenotfound: "Sorry, no quote found." + quoteaddedprefix: "Quote:" + quoteaddedsuffix: "added." log: level: "INFO" # Loglevel, valid values are: DEBUG, INFO, WARNING, ERROR, CRITICAL (do not use DEBUG in a production environment)