Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.15 KB

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