Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from mrepol742/master
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
mrepol742 authored Jan 15, 2024
2 parents 0cc0b8a + 29199be commit dd27bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ async function ai(api, event) {
api.logout((err) => {
if (err) utils.logged(err);
});
} else if (testCommand(api, query, "maintenance", event.senderID, "owner", true)) {
} else if (testCommand(api, query, "maintenance", event.senderID, "owner")) {
let data = input.split(" ");
if (data.length < 2) {
sendMessage(api, event, "Houston! Unknown or missing option.\n\n Usage: maintenance status" + "\n " + example[Math.floor(Math.random() * example.length)] + " maintenance --on");
Expand Down

0 comments on commit dd27bc9

Please sign in to comment.