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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28b045f · Oct 18, 2022
Oct 14, 2022
Oct 7, 2022
Oct 18, 2022
Oct 13, 2022
Oct 16, 2022
Oct 7, 2022
Oct 7, 2022
Oct 16, 2022
Oct 16, 2022
Oct 15, 2022
Oct 16, 2022
Oct 12, 2022
Oct 7, 2022
Oct 16, 2022
Oct 7, 2022
Oct 16, 2022

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