0.0.9 • Published 11 months ago

@discord-user-card/profile-effects v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Usage

import { type ProfileEffect, findProfileEffect, profileEffects } from "@discord-user-card/profile-effects";

// Get all profile effects
console.log(profileEffects); // ProfileEffect[]

// Find an emoji by name
console.log(findProfileEffect("Sakura Dreams")); // ProfileEffect | undefined

// Find an emoji by id
console.log(findProfileEffect("1174460912699191336")); // ProfileEffect | undefined

// Find an emoji by SKU
console.log(findProfileEffect("1139323093991575696")); // ProfileEffect | undefined

Contributing

Discord does not provide a public API for profile effects. The list of profile effects is manually maintained. If a profile effect is missing or incorrect, please open an issue or a pull request. You can find the list in your network tab when viewing an user's (that has effects) profile on Discord.

0.0.9

11 months ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago