An open API service indexing awesome lists of open source software.

https://github.com/crumblyliquid/welcomebot

This discord bot makes a cutom picture with users avatar when new user joins a server
https://github.com/crumblyliquid/welcomebot

Last synced: 3 months ago
JSON representation

This discord bot makes a cutom picture with users avatar when new user joins a server

Awesome Lists containing this project

README

        

# WelcomeBot
This discord bot makes a cutom picture with users avatar when new user joines a server

# Using:
- Discord.py Rewrite (1.3.2)
https://github.com/Rapptz/discord.py/
https://discordpy.readthedocs.io/en/latest/
- Python 3.8.2 (64-bit) (You don't need 3.8.2 but some functions might not work!)
https://www.python.org/downloads/release/python-382/

- aiohttp (Python module):

Linux/masOS:

`python3 -m pip install -U aiohttp`

Windows:

`py -3 -m pip install -U aiohttp`
- Pillow (Python module):

Linux/masOS:

`python3 -m pip install -U pillow`

Windows:

`py -3 -m pip install -U pillow`

PS: I'm not sure if these commands work properly. Search how to install them yourself please :).

# Setup:
- Change the 'TOKEN HERE' for your token
- Change the 'general' for the name of the channel where you want 'Welcome messages' to go
- Start your bot with python and you're good to go!

# Message:
![Screenshot](template.png)

- You could change the template picture but I highly discourage you from doing it seeing as you would have to change the positions of avatar pictures which is a bit pain to do.