Skip to content

aguunu/purgador-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖤 Purgador-v2

Purgador-v2 is a discord bot made with love using hikari-lightbulb command handler.
You can invite the bot to your own server here.

Contact me Agus#1882 💖

Building & Running the bot using Docker

Build or rebuild purgador image.

$ make purgador

Build or rebuild lavalink image.

$ make lavalink

Build, (re)create, starts, and attaches (in the background) to purgador & lavalink containers.

$ make up

Stop and remove purgador & lavalink containers and network.

$ make down

Remove unused data and all unused images.

$ make clean