Skip to content

Instantly share code, notes, and snippets.

View zRitsu's full-sized avatar

Alex zRitsu

View GitHub Profile
@zRitsu
zRitsu / bot_tutorial_welcome_por_img_8e9.py
Created May 11, 2022 20:01 — forked from pedroricardo/bot_tutorial_welcome_por_img_8e9.py
Criando Bot Para Discord #8 - Manipulando Imagem [Python] [PT-BR]
import discord
import requests
from io import BytesIO
from PIL import Image, ImageDraw, ImageFont, ImageOps
client = discord.Client()
# BY PR#3367
@client.event
async def on_ready():