Skip to content

s-elmer/discord-ptcg-bot

Repository files navigation

discord-ptcg-bot

A Discord bot that lets you open and collect PTCG cards!

Features

  • Modular command handler (add commands in src/commands/)
  • Environment variable support via .env
  • Example !ping command

Setup

  1. Install dependencies:
    npm install
  2. Configure your bot token:
    • Copy your Discord bot token into the .env file:
      DISCORD_TOKEN=your-bot-token-here
  3. Build the project:
    npm run build
  4. Start the bot:
    npm start
    Or for development with hot-reload:
    npm run dev

Adding Commands

  • Add new command files in src/commands/ following the structure of ping.ts.

Requirements

  • Node.js v18+
  • Discord bot token

About

A Discord bot that lets you open and collect PTCG cards!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published