generated from BRAVO68WEB/typescript-express-hasura-pgsql-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
installation discord
BRAVO68WEB edited this page Jun 24, 2023
·
2 revisions
- Navigate to the
packages/discord
directory:
cd packages/discord
- Install all dependencies:
yarn install
- Copy the
.env.example
file to.env
and fill in the required values:
cp .env.example .env
- Build the bot:
yarn build
- Start the bot:
yarn start