Files
discordeno/template/bigbot
Jonathan Ho cedf75f28e fix: bigbot template (#2535)
* chore: fix script extension

* chore: remove extention

* fix: at least it run can now

* chore: fix dev script

* refactor: change to use env file for config

* chore: update readme
2022-10-20 09:44:34 -05:00
..
2022-08-28 23:09:18 +00:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00
2022-10-20 09:44:34 -05:00

Discordeno Big Bot Template

Support: https://discord.gg/ddeno

This template is designed for bots that aim or are already in millions of Discord servers. It is written with Node.js as currently Deno & Bun are not ready to run something at such a scale. The general idea of this template can be modified for any other runtime if this improves in the future.

Make sure to install the latest version when you use it.

Setup

  1. Run a find all for // SETUP-DD-TEMP: and follow all instructions and delete the comments as you finish them.

Startup

To start your bot, you will need to start a few processes. The instructions below will use node but you can use something like pm2 to help keep your processes alive.

Please compile everything first with npm run build.

  • Start REST
    • npm run startr
  • Start Gateway
    • npm run startg
  • Start Bot
    • npm run startb