Skip to content

Instantly share code, notes, and snippets.

View scarletcafe's full-sized avatar
🎯
Focusing

Devon R scarletcafe

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Gorialis on github.
  • I am gorialis (https://keybase.io/gorialis) on keybase.
  • I have a public key whose fingerprint is 8DC8 D291 52FD C213 1C0E 9E0F 9F92 ADA7 E9C9 52FB

To claim this, I am signing this object:

@scarletcafe
scarletcafe / image.py
Last active June 10, 2023 18:54
discord.py rewrite image processing cog example
# basic dependencies
import discord
from discord.ext import commands
# aiohttp should be installed if discord.py is
import aiohttp
# PIL can be installed through
# `pip install -U Pillow`
from PIL import Image, ImageDraw