UNPKG

@discord-user-card/profile-effects

Version:

All the profile effects supported by Discord (User Card)

9 lines 409 B
import { type ProfileEffect } from "./profileEffects.js"; /** * Find a profile effect by its ID, SKU ID, or title. * * @param profileEffect The ID, SKU ID, or title of the profile effect to find. * @returns The profile effect, if found; otherwise, `undefined`. */ export declare function findProfileEffect(profileEffect: string): ProfileEffect | undefined; //# sourceMappingURL=findProfileEffect.d.ts.map