A Discord bot that welcomes new users into your server.
- Organized code
- Easy to setup
- Slash commands utilization
git clone
this repo.
git clone https://github.com/Cuh4/WelcomeBot
cd WelcomeBot
- Run the following commands:
py -m pip install -r requirements.txt
-
Create a Discord bot at https://discord.com/developers/applications. Be sure to enable server members intents for your bot, otherwise it will not properly function.
-
In the
src
folder, editexample_config.py
then rename toconfig.py
when completed. Be sure to plop your bot's token in the config file. -
Start the bot using the following commands:
cd src
py main.py
-
Invite your bot to a server.
-
Use the slash commands provided by the bot.