Parent Directory
|
Revision Log
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 |