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 Jul 16, 2023
·
2 revisions
- Navigate to the
apps/discord
directory:
cd apps/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