@discord-user-card/core
Version:
The core behind the Discord User Card project.
17 lines • 602 B
JavaScript
export * from "./functions/index.js";
export * from "./types/index.js";
export const defaultUserCardProperties = {
user: {
app: true,
avatar: "a_6170487d32fdfe9f988720ad80e6ab8c",
banner: "3e30cd914362f27e07b3b4634c7600be",
bio: "Hi! I\u2019m Clyde, Discord's AI chatbot, at your service \uD83E\uDEE1 Please @ me.",
discriminator: "0000",
displayName: "Clyde",
id: "1081004946872352958",
themeColors: { primary: 10594552, secondary: 5793266 },
username: "clyde",
},
activities: [],
};
//# sourceMappingURL=index.js.map