ToxicMushroom / Melijn

A powerful multi-purpose discord bot
https://melijn.com/
MIT License
76 stars 23 forks source link
bot discord discord-bot discord-bots jda jda-bot jda-discord-bot

Melijn - being rewritten here https://github.com/Melijn/melijn-bot

Codacy Badge Discord Bots Discord Bots FOSSA Status

Bots for Discord Discord Boats

forthebadge

If you want to use code from Melijn you have to credit me and all our contributors. Contact me on discord for more information ToxicMushroom#0001

(I do not support changing the source code nor helping to build the source code.)

How to self-host using docker

  1. Copy example-docker-compose.yml to docker-compose.yml
  2. Copy example-postgres.env to postgres.env
  3. Copy example.env to .env
  4. Uncomment one of the volumes in the melijn-postgres service for persistant storage
  5. Make sure all the passwords, usernames and database names match between your .env file and the postgres and redis services
  6. Fill in all the fields you can in .env, bot token, id, name, etc... (If you don't have tokens for spotify ect then don't expect commands related to spotify to work)

    These 2 steps are optional (see notes)

    1. You can build your own image from the source-code using sudo docker build -t username/melijn:version .
    2. Replace toxicmushroom/Melijn:version in docker-compose.yml with your username/melijn:version
  7. Start docker compose with sudo docker-compose up -d (Make sure you're in the same folder as docker-compose.yml)

NOTES:

Note. If required you can copy this environment folder anywhere your like, rename it, ect. Be aware that this contains the login information to the local postgres storage which might hold user data collected from your discord server by melijn. You should never share your environment with others.

License

FOSSA Status