This commit is contained in:
Histmy 2026-01-05 16:32:03 +01:00
parent 816e8841d4
commit 1a7e8758a2

View File

@ -229,6 +229,10 @@ const exp: Modul = {
vynutitordinaceoznameni: { vynutitordinaceoznameni: {
run: async mes => { run: async mes => {
if (!token) {
return "nemamheslo";
}
if (!canForceNotify) { if (!canForceNotify) {
return "uz ne tyy mrtko"; return "uz ne tyy mrtko";
} }