diff --git a/src/modules/spink.ts b/src/modules/spink.ts index b05ecd9..16c0797 100644 --- a/src/modules/spink.ts +++ b/src/modules/spink.ts @@ -100,7 +100,7 @@ const exp: Modul = { run: async (mes, arg) => { if (mes.author.bot) return emouty.sjeta; - return tovjemamvolepreceroliky(mes.author, arg.toLowerCase() == "fejk"); + return tovjemamvolepreceroliky(mes.author, arg.toLowerCase() != "fejk"); } },