Skip to main content
Version: 0.0.3

Getting Started

Netlify Status

A simple and easy to use module for creating discord bots. This packages received interactions over HTTP instead of the normal Discord Gateway.

Advantages

  • Support Serverless - You can run these bots on serverless platforms, which are cheaper than usual hosting methods. Many services also includes generous free tiers.

  • No Sharding - With power of of HTTP interaction you no longer need to worry about sharding you bot when you grow larger

Disadvantages

  • No realtime events - Since the bot only receive's data based on your application, no realtime event is possible without a gateway.

  • Not suitable for every need

Requirements/supported

  • Node.js Backend - Tested using a fastify web server
  • Serverless platform - Tested with cloudflare workers

Before you begin...

To create a bot You must have a decent grasp in concepts of javascript and node.js. If you don't know JS but would like to learn it, Below links will help you get started.

Javascript resources

Nodej.js Resources

Take your pick. Once you are confident with the language come back here and build a AWESOME BOT : )