/[sudobot]/trunk/src/utils/embeds/reply.ts
ViewVC logotype

Annotation of /trunk/src/utils/embeds/reply.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 536 - (hide annotations)
Mon Jul 29 17:30:42 2024 UTC (8 months, 2 weeks ago) by rakin
File MIME type: application/typescript
File size: 183 byte(s)
feat(utils): add embed builder snippet function
1 rakin 536 import MessageEmbed from "../../client/MessageEmbed";
2    
3     export default function reply(description: string, color = 0x007bff) {
4     return new MessageEmbed({ color, description });
5     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26