Skip to content

Instantly share code, notes, and snippets.

View ShadowJonathan's full-sized avatar
🌈
eternal pronth

Jonathan de Jong ShadowJonathan

🌈
eternal pronth
View GitHub Profile
@ShadowJonathan
ShadowJonathan / report.py
Created June 7, 2020 16:35
discord.py member-join prettifier
from datetime import timezone, datetime, timedelta
import humanize
from discord import Member, Embed
GREEN = ":green_square:"
YELLOW = ":yellow_square:"
ORANGE = ":orange_square:"
RED = ":red_square:"