A Discord bot that lets you open and collect PTCG cards!
- Modular command handler (add commands in
src/commands/) - Environment variable support via
.env - Example
!pingcommand
- Install dependencies:
npm install
- Configure your bot token:
- Copy your Discord bot token into the
.envfile:DISCORD_TOKEN=your-bot-token-here
- Copy your Discord bot token into the
- Build the project:
npm run build
- Start the bot:
Or for development with hot-reload:
npm start
npm run dev
- Add new command files in
src/commands/following the structure ofping.ts.
- Node.js v18+
- Discord bot token