Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
totolr committed Jan 26, 2021
1 parent 876f0af commit dc464d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/client/ready.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = client => {
console.log(`${client.user.tag} observe les ${client.users.cache.size} utilisateurs sur ${client.guilds.cache.size} serveur!`);
client.channels.cache.get("776577092501897226").send("Le bot est opérationnel!");
client.channels.cache.get("773329816434376724").send("Le bot est opérationnel!");

const guild = [];
client.guilds.cache.map(e => guild.push(e));
Expand Down

0 comments on commit dc464d9

Please sign in to comment.