whoops! forgot to add lang.py
This commit is contained in:
parent
403f7e9e2d
commit
e1e937a4af
|
@ -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 {}.",
|
||||||
|
}
|
Loading…
Reference in New Issue