Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrihamelin committed Jul 5, 2024
1 parent 69bced2 commit 6657119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions de/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ client.login(Token).then(console.log("Support De qui marche")).catch((err) => {c

let eventFiles = readdirSync('/Users/dimitrihamelin/github/Bot-Discord/de/croxydb/').filter(file => file.endsWith('.js'));

//done

for (let file of eventFiles) {
let event = require(`de/croxydb/${file}`);
if (event.once) {
Expand Down

0 comments on commit 6657119

Please sign in to comment.