Welcomer-Bot is an advanced, easy to setup, free, and unbranded Discord bot. This bot allows users to send a welcome notification, in the form of an image, in a desired channel. To begin installing this bot, you're going to want to install the required python libs from the requirements.txt
file.
pip install -r requirements.txt
After you are done installing the required python libraries, you can setup the config file (config.json
). You will need to grab three different pieces of information before you're able to successfully run the Discord bot.
"settings": {
"token": "YOUR_BOT_TOKEN",
"guild": "YOUR_GUILD_ID",
"welcome-channel": "CHANNEL_ID_FOR_WELCOMING"
}
token
- This is the token for your Discord bot, this can be accessed from your Discord account's Developer Portal!
guild
- This is the ID of the guild/server you want the bot to send notifications in. You can get a Discord guild/server's id by right-clicking on the server icon and pressing the button named Copy ID
welcome-channel
- This is the ID of the channel you want the bot to send notifications in. You can get a Discord channel's id by right-clicking on the channel and pressing the button named Copy ID
To setup the welcoming image, you can make your own and replace the welcome.png
file or you can stil to the default background (refer to picture above).
If you run into any issues or problems during the process of setting up this discord bot, you can contact me using any of my socials given on my Github profile!