mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
* start blocking out client * proto webhookclient * wee working webhooks * it's all working * run docs * fix jsdoc issues * add example for webhookClient * add example in the examples place * fix docs
10 lines
194 B
JavaScript
10 lines
194 B
JavaScript
const fs = require('fs');
|
|
|
|
module.exports = {
|
|
category: 'Examples',
|
|
name: 'Webhooks',
|
|
data:
|
|
`\`\`\`js
|
|
${fs.readFileSync('./docs/custom/examples/webhook.js').toString('utf-8')}
|
|
\`\`\``,
|
|
};
|