Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

krishsharma0413/discord-python-leveling-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ DEPRICATED WARNING ]

A newer version should be published sooner or later!

discord-python-leveling-card

A repository to help you with your discord leveling card.

useable with discord.py or any other forks.

example of generated card

how to use

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
   )

Releases

No releases published

Packages

No packages published

Languages