Skip to content

GH0STP4WZ/UsernameDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UsernameDB

A Plugin database for a BetterDiscord plugin.

PR your Discord Account ID in this format

"userId": {
  "fontId": 12,
  "effectId": 3,
  "colors": [16755404, 15961000]
}

Only these currently exist

enum EffectID {
    SOLID = 1;
    GRADIENT = 2;
    NEON = 3
    TOON = 4;
    POP = 5;
}
enum FontIDs {
    BANGERS = 1,
    BIO_RHYME = 2,
    CHERRY_BOMB = 3,
    CHICLE = 4,
    COMPAGNON = 5,
    MUSEO_MODERNO = 6,
    NEO_CASTEL = 7,
    PIXELIFY = 8,
    RIBES = 9,
    SINISTRE = 10,
    DEFAULT = 11
}

About

A repository where users can set their User Name Styling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%