whoops! forgot to add lang.py

This commit is contained in:
randomuser 2021-07-21 16:41:16 -05:00
parent 403f7e9e2d
commit e1e937a4af
1 changed files with 7 additions and 0 deletions

7
lang.py Normal file
View File

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