A newer version should be published sooner or later!
A repository to help you with your discord leveling card.
useable with discord.py or any other forks.
import
from DiscordLeveling import level_maker
and use
await level_maker(
"background image url",
"user avatar url",
"username",
int(current_experience),
int(current_level),
int(max_experience),
bar_color_hex
)