Friendly Discord bot for the WebODM community.
Requirements:
- Node.js 18+
- A Discord bot token
- A Discord application ID
Install dependencies:
npm installCreate a .env file:
DISCORD_TOKEN=your_bot_token
APP_ID=your_application_idRegister slash commands:
npm run registerStart the bot:
npm startFor development:
npm run devLicensed under AGPLv3. See the LICENSE file.