Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derpinou/welcome-bot
Simple bot Welcome Discord
https://github.com/derpinou/welcome-bot
Last synced: 16 days ago
JSON representation
Simple bot Welcome Discord
- Host: GitHub
- URL: https://github.com/derpinou/welcome-bot
- Owner: Derpinou
- Created: 2020-08-03T16:45:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T16:52:22.000Z (over 4 years ago)
- Last Synced: 2024-11-12T03:32:15.740Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome-BOT 📬
> Simple bot Welcome Discord## Installation
```Download the current version then open it in a text editor
```
## Add your token
````json
{
"token": ""
}
````## Configuration
Modify the welcome message as you wish then add the channel ID
````js
client.on('guildMemberAdd', function (member) {
let embed = new Discord.RichEmbed()
.setTitle('<:fleche:730859368387444847> __**Kio₱ - Community**__ ')
.setDescription('🔨 **' + member.user.username + '** **est arrivé !**')
.setImage(`https://i.pinimg.com/originals/05/0a/42/050a427aa12e5f2b3fa7208abe0bb42c.gif`)
.addField(`**Salon information ici**`, `<#735473674408296488>`, true)
.addField(`**Salon support ici :**`, `<#735477540965187584>`, true)
.setFooter('Nous sommes désormais ' + member.guild.memberCount , 'https://cdn.discordapp.com/attachments/735249495344021506/739877936890642482/pp_discord.fr.gif');
member.guild.channels.get('CHANNEL-ID').send(embed)
});
````## Help
* If you need any help please contact me on Discord* Contact-me
* Discord : https://discord.gg/QNKYMdr
* Website : http://kiopdev.cf/