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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 536 - (show annotations)
Mon Jul 29 17:30:42 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: application/typescript
File size: 183 byte(s)
feat(utils): add embed builder snippet function
1 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