Discord bot for LNReader community support.
/plugins- Browse and search available LNReader plugins/issue- Report bugs or request features/migrate- Get migration instructions for upgrading LNReader/help- View all available commands/info- Display bot information/ping- Check bot latency
- Install dependencies:
npm install- Configure environment variables:
cp .env.example .envEdit .env with your bot token and settings.
- Run in development:
npm run dev- Build for production:
npm run build
npm startMIT License