Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 285 Bytes

fractal-discord-bot

A Discord bot that tags Fractal Discord team members when their Github users are mentioned.

For local dev to get set up run:

npm install

Then

npm run devStart

The associated Discord bot token will be required in your .env, e.g.:

BOT_TOKEN={bot token}