0.0.4 • Published 6 years ago

djs-webhook-forwarder v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Discord.js Webhook forwarder

About

A simple Discord.js Webhook forwarder from a channel.

Example

const Discord = require("discord.js")
const client = new Discord.Client()
const djswebhookforwarder = require("djs-webhook-forwarder")
const webhookForwarder = new djswebhookforwarder(client, "WEBHOOK ID", "WEBHOOK TOKEN", "SOURCE CHANNEL ID")

client.on("ready", () => {
  webhookForwarder.start()
})

client.login("BOT TOKEN")
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago