Surrender Jedi dogs!
- Install pnpm:
npm install -g pnpm- Install dependencies:
pnpm install- Configure the bot:
cp src/config.example.ts src/config.ts
# Edit src/config.ts with your settings- Build the bot:
pnpm build- Register Discord commands:
pnpm reg- Start the bot:
pnpm startFor development with auto-reload:
pnpm dev
Copyright © 2026 Isle of The Dead. Licensed under the GNU General Public License Version 3.
See license.md or https://www.gnu.org/licenses/gpl-3.0.html for more details.