Presto is a wrapperless Discord bot made in Go that aims to be efficient yet multipurpose.
- Clone the repository and navigate to the project directory:
git clone https://github.com/aktshually/presto.git && cd prestoOr with SSH:
git clone [email protected]:aktshually/presto.git && cd presto- Rename the
app.env.exampletoapp.envandpg.env.exampleto.env:
mv app.env.example app.env && mv pg.env.example pg.env-
Fill the empty data
-
Start the development environment:
docker compose up- After following the previous steps correctly, your bot should be online and should have registered the commands. Notice that if
PRESTO_ENVIRONMENTisproduction, it might take some time to register the commands.