mirror of
https://github.com/SEPPDROID/zoizbot.git
synced 2025-10-22 07:54:28 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
4d4224b766 |
@@ -7,7 +7,7 @@ zoizbot.on("ready", () => {
|
||||
|
||||
zoizbot.on("guildJoin", guild => {
|
||||
console.log(` I have joined ${guild.name}, I will be serving ${guild.memberCount} members!`); // Join server message in the console
|
||||
message.channel.send(` Hello ${guild.name} thank you for having me!`);
|
||||
message.channel.send(` Hello ${guild.name}, thank you for having me!`);
|
||||
});
|
||||
|
||||
zoizbot.on("guildLeave", guild => {
|
||||
@@ -23,4 +23,4 @@ zoizbot.on("message", async message => {
|
||||
if (!cmd) return; //if the command doesnt exist gracefully return
|
||||
|
||||
cmd.run(zoizbot, message, args); // and fire!
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user