IgorKowalczyk / webhook.js

👾 Send content directly to Discord Channel via link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webhook.js Logo

Webhook.js

👾 Send content directly to Discord Channel via link



Discord Node.js GitHub License Version

Endpoints

v1

  • Docs soon!

Features

  • ☠️ Dead Simple
  • 🔥 Fast response time
  • ⚙️ Fully customizable
  • 🧾 Build in rate-limit (5 requests per min.)
  • ❌ No API key required

Hosting

  1. In .env file set:
    • DOMAIN - Website address (should start with http:// or https://)
    • PORT - Website port
    • WEBHOOK - Your Discord webhook link
  2. Run npm i
  3. Run npm run start
  4. Visit your browser for API

Issues

If you have any issues with the page please create new issue here

Pull Requests

When submitting a pull request:

  • Clone the repo.
  • Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  • Open a pull request on GitHub and describe the feature or fix.

License

This project is licensed under the MIT. See the LICENSE file for details

About

👾 Send content directly to Discord Channel via link


Languages

Language:JavaScript 100.0%