Skip to content

Moderation bot and ticket system for the Hardwarelounge Discord guild.

Notifications You must be signed in to change notification settings

HardwareLounge/gallium-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallium Discord Bot

This is the moderation bot and ticket system for the Hardwarelounge Discord guild

Build and run

You will need to install Docker first in order to run this bot as intended.

(Re)starting the Bot:

docker build -t gallium:v2 -t gallium:latest .
docker-compose up -d

Stopping the bot:

docker-compose down