Skip to content
Advertisement

Discord.py WELCOMER – How to make a custom image for welcome messages

I’d like to add the “custom” image for new discord users in my server. Just like this: Click here for the image.

This is what I have for now:

JavaScript

Advertisement

Answer

You need to use an image processing/manipulation library called pillow aka PIL. You’d have your default/template image, as you provided (without the user specific text). You’d then find the position as to where to write the user specific text.

I found this youtube tutorial, which actually shows how you could possibly implement it into a bot. https://www.youtube.com/watch?v=47CPq5NmhAQ

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement