MaxBans

MaxBans

390k Downloads

cant mute cus you didnt put any value in the reason column

ducc opened this issue ยท 5 comments

commented

Duplicate of #52

commented

A suitable fix, @netherfoam:

db.execute("INSERT INTO mutes (name, muter, time, reason) VALUES (?, ?, ?, ?)", name, banner, System.currentTimeMillis(), reason);
commented

๐Ÿ‘

commented

๐Ÿ‘

commented

And someone can compile it? I have myself tried it, but unfortunately I can not.