1.0.3 • Published 2 years ago

touya v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago
const { getSend } = require('touya');
const webhookUrl = 'WEBHOOK_URL'; 
const messages = ['MESSAGE']; //OPTIONAL
const embed = {
    title: 'My Embed Title',
    description: 'This is my embed description',
    color: 0xff0000, // color
    footer: {
        text: 'My Embed Footer'
    }
};
getSend(webhookUrl, messages, embed);

Made with 💖

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago