Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 406 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 406 Bytes

JackuBot

Usage

Install dependencies and build from source:

yarn
yarn build

Create start.sh file

./starth.sh/

#!/bin/bash

GITLAB_PRIVATE_TOKEN=<private_token> DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/<id>/<token> node dist/index.js

Make the shell script executable

chmod +x start.sh

Run the bot

./start.sh