shx/docs/installation-discord.md

510 B

Installation (Discord Bot)

📦 Prerequisites

📥 Installation

  1. Navigate to the packages/discord directory:
cd packages/discord
  1. Install all dependencies:
yarn install
  1. Copy the .env.example file to .env and fill in the required values:
cp .env.example .env
  1. Build the bot:
yarn build
  1. Start the bot:
yarn start