Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RFS-ADRENO committed Dec 15, 2022
1 parent dbf4c18 commit 45c183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/commands/Admin/mods.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function onCall({ message, args, getLang }) {
const { type, messageReply, mentions, senderID, reply } = message;

try {
const isAbsolute = global.ABSOLUTES.some(id => id == senderID);
const isAbsolute = global.config.ABSOLUTES.some(id => id == senderID);

let query = args[0]?.toLowerCase();
switch (query) {
Expand Down

0 comments on commit 45c183e

Please sign in to comment.