Skip to content

installation discord

BRAVO68WEB edited this page Jul 16, 2023 · 2 revisions

Installation (Discord Bot)

📦 Prerequisites

📥 Installation

  1. Navigate to the apps/discord directory:
cd apps/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
Clone this wiki locally