Skip to content

citizenwallet/bot

Repository files navigation

Discord Bot

A Discord bot powered by discord.js and TypeScript.

Setup

  1. Clone this repository
  2. Install dependencies:
    npm install
  3. Create a .env file in the root directory with your bot token and client ID:
    DISCORD_TOKEN=your_bot_token_here
    CLIENT_ID=your_client_id_here
    
  4. Build the TypeScript code:
    npm run build
  5. Register the bot slash commands:
    npm run register-bot
    npm run register-commands
  6. Start the bot:
    npm start

For development with auto-restart:

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •