Wave-Studio / BIDOME

BIDOME BOT - Report bugs or suggest a feature here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bidome

What is Bidome?

Bidome is a multipurpose Discord bot trying to offer something for everyone. You can view a command list Here (soon:tm:)

Selfhosting

Disclaimer

While you can selfhost Bidome it is suggested that you use the public instance so you don't need to go through the configuration process. If you do want to selfhost then follow the guide below:

Requirements

Steps

  1. Copy the .env.example file over to .env
  2. Set up a lavalink node and place the credentials into .env
  3. Set the Supabase URL and secret_role values into .env
  4. Create the tables present in assets/db/database.types.ts (Info on how to do that soon:tm:)
  5. Enable the presence, message content, and server members intent on the Discord Dashboard
  6. Run the bot
    • To use the Crash handler run deno task runProd
    • To not use the Crash handler run deno task run

About

BIDOME BOT - Report bugs or suggest a feature here.


Languages

Language:TypeScript 99.9%Language:Shell 0.1%