mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Merge branch 'beta'
This commit is contained in:
commit
ade322d9a7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ client.on("guildCreate", guild => {
|
|||
console.log(`New guild joined: ${guild.name} (id: ${guild.id}). This guild has ${guild.memberCount} members!`);
|
||||
|
||||
|
||||
guild.defaultChannel.sendMessage(":wave: Hello I am AleeBot thanks for inviting me to your server for help type `"+prefix+"help`.")
|
||||
guild.defaultChannel.sendMessage(":wave: Hello I am AleeBot thanks for inviting me to your server for help type `"+ config.prefix +"help`.")
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue