Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 787 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 787 Bytes

🖤 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