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
- Host: GitHub
- URL: https://github.com/crumblyliquid/welcomebot
- Owner: CrumblyLiquid
- Created: 2020-03-31T16:55:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T07:13:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T07:10:56.508Z (5 months ago)
- Language: Python
- Homepage:
- Size: 432 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
- 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.