Skip to content

Commit

Permalink
✨ Add support us message
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Sep 24, 2020
1 parent 27a8213 commit cba9245
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions events/ready.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const chalk = require("chalk");

module.exports = class {

constructor (client) {
Expand Down Expand Up @@ -44,5 +46,9 @@ module.exports = class {
else i = 0;
}, 20000); // Every 20 seconds

setTimeout(() => {
console.log(chalk.magenta("\n\nLike this bot?"), "Support us by adding a star on GitHub ❤️ https://github.com/Androz2091/AtlantaBot");
}, 400);

}
};

0 comments on commit cba9245

Please sign in to comment.