A little Discord bot powered by aoi.js v6, it is intended to be self-hosted and ran on small servers. As of now it only supports basic music commands, i'll eventually add more if i have enough motivation lol.
To install Latte you can run this command inside the project directory:
npm install && npm update
You can start the bot by running this command inside the project directory:
node bot.js
Alternatively, you can use nodemon
for development purposes.