0.0.4 • Published 5 years ago

djs-webhook-forwarder v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago