Skip to content

Commit

Permalink
revert: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a committed Nov 30, 2023
1 parent 8b680ae commit 87d1b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/AoiStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = async (client, options) => {
await require("./AoiLogs.js")(client);
}

if (client.aoiOptions.aoiWarning !== false && client.aoiOptions.aoiAutoUpdate === false) {
if (client.aoiOptions.aoiWarning !== false) {
await require("./AoiWarning.js")(client);
}

Expand Down

0 comments on commit 87d1b81

Please sign in to comment.