From e1e937a4af154d117fac8232160312aa30105e1f Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 21 Jul 2021 16:41:16 -0500 Subject: [PATCH] whoops! forgot to add lang.py --- lang.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang.py diff --git a/lang.py b/lang.py new file mode 100644 index 0000000..0a6540d --- /dev/null +++ b/lang.py @@ -0,0 +1,7 @@ +lang = { + "noduck": "there was no duck! you missed by {} seconds!", + "noduckstart": "there was no duck!", + "duckcought": "duck has been cought by {} in channel {} in {} seconds!", + "duck": "・゜゜・。。・゜゜\_o< QUACK!", + "stats": "{} has befriended {} ducks in {} different channels, having a befriend/loss ratio of {}.", +}