Merge branch 'main' of denim into main

This commit is contained in:
Histmy 2022-07-18 21:30:17 +02:00
commit b0305d804f

View File

@ -130,6 +130,7 @@ const exp: Modul = {
als: ["cekej"], als: ["cekej"],
arg: "počet sekund", arg: "počet sekund",
run: (mes, arg) => { run: (mes, arg) => {
if (mes.author.id == mes.client.user?.id) return emouty.sjeta;
let cas: number; let cas: number;
if (arg.length) { if (arg.length) {
cas = Number(arg); cas = Number(arg);