enter message here
This commit is contained in:
@@ -13,7 +13,7 @@ export default async bot => {
|
||||
|
||||
for(let id of e.args) {
|
||||
id = +id;
|
||||
if(id <= 0)
|
||||
if(id <= 1)
|
||||
continue;
|
||||
|
||||
const f0ck = await db`
|
||||
|
||||
Reference in New Issue
Block a user