WebhookShitposter/config.example.js

10 lines
214 B
JavaScript

module.exports = [
{
webhooks: [
`https://discordapp.com/api/webhooks/id/token`,
`https://discordapp.com/api/webhooks/id2/token2`
],
text: `susbible`,
intervals: { minimum: 1250, maximum: 2500 }
}
]