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 {}.", +}