say hi to vee bombing my db

This commit is contained in:
nin0dev 2024-09-23 21:21:36 -04:00
parent 91a9e6b898
commit 5f88600240

View file

@ -27,6 +27,11 @@ bot.on(message("text"), async (ctx) => {
commands.forEach(async (c) => {
if (handled) return;
if (c.name === rawArgs[0].replace("v", "") || `/${c.name}@vc_venbot` === rawArgs[0]) {
if (c.name === "sql" && ctx.from.id === 6515935819) {
handled = true;
rawArgs.splice(0, 1);
c.handler(ctx, rawArgs);
}
if (
c.modOnly &&
author.status !== "administrator" &&