Skip to content

A rust(serenity) based discord bot for the hacksquad discord server

Notifications You must be signed in to change notification settings

HackSquadDev/discord-rust

Repository files navigation

A Discord Bot for Hacksquad

How to Deploy?

Requirements

  • Docker
  • Docker Compose

Steps To Run

  1. Copy the docker-compose.yml and .env.example files to your server
  2. Rename .env.example -> .env. And fill out the values
  3. docker pull ghcr.io/hacksquaddev/discord-rust:main
  4. docker compose up or docker-compose up for earlier versions of docker compose

How to autodeploy?

Let the watchtower container run :P

Development

If you're using NixOS, you're in luck since we provide a shell.nix file. Just for u ;)

Requirements

  • This project uses git flow which can be found here.
  • Rust