Bidome is a multipurpose Discord bot trying to offer something for everyone. You can view a command list Here (soon:tm:)
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:
- Copy the
.env.example
file over to.env
- Set up a lavalink node and place the credentials into
.env
- Set the Supabase URL and secret_role values into
.env
- Create the tables present in
assets/db/database.types.ts
(Info on how to do that soon:tm:) - Enable the
presence
,message content
, andserver members
intent on the Discord Dashboard - Run the bot