Skip to content

Commit

Permalink
Update tenanmain.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenandrobilgi authored Jan 21, 2023
1 parent 9c408a0 commit 72d2aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenanmain.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function startModules() {
});
}

client.on('ready', async () => {
client.on('ready', () => {
startModules()
console.log('Online!');

Expand Down

0 comments on commit 72d2aa8

Please sign in to comment.