Discord bot for the Void Linux server, made using Discord.js.
The bot requires discord.js ^11.5.1. Simply run npm install discord.js to get it. To build, simply run:
- on Windows x64:
npm build dist:win64 - on Windows x86:
npm build dist:win32 - on Linux:
npm build dist:linux - on macOS:
npm build dist:macOS
You can also run the app without building anything with npm start.