diese deutsch sehr gute

This commit is contained in:
Flummi 2019-11-19 04:54:12 +01:00
parent e1b72f0f47
commit 7ffc1eca59

View File

@ -30,7 +30,7 @@ export default async bot => {
f: async e => { f: async e => {
const user = await ts(); const user = await ts();
e.reply(`aktuell sind ${user.length} Nasen mit f0ck.space verbunden: ${user.join``}`); e.reply(`aktuell ${user.length === 1 ? "ist" : "sind"} ${user.length} Nase${user.length === 1 ? "" : "n"} mit f0ck.space verbunden${user.length === 0 ? "." : ": " }${user.join(", ")}`);
} }
}] }]
}; };