unixporn / robbb

The main bot for the r/unixporn discord server!
MIT License
132 stars 19 forks source link
discord discord-bot hacktoberfest

Say hi to Robbb!

A Discord bot for the Unixporn community

Now written in a good language!

Dependencies

Set up environment variables

The bot reads the data it needs from environment variables. To see which values have to be set, check out the provided .env.example file. you can use export $(cat .env) to export the variables from a .env file in your current environment.

Extra information

Most environment variables are retrieved by right clicking, and copying the ID of the relevant channel, category, role. You need to have developer mode turned on for that to be possible.

Additionally, you can use this script to generate the role & channel variables from a template server

Database

The bot uses a SQLite database, which does not have to be started externally. The included sqlite-db file is not the actual database used in production, but just an empty database used for development. To change and work with the database, use sqlx-cli to add migrations and generate a new, updated database file.