Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 485 Bytes

F1-Bot

A discord bot for gathering information on the current F1 season and drivers.

Setup

  • Install nodeJS from https://nodejs.org/
  • Install discordJS for typescript npm install discord.js typescript ts-node @types/node
  • Install axios npm install axios
  • Install cron npm install -D @types/cron
  • Install cache npm install -D @types/node-cache
  • Set up a .env file in the root of the project with your discord token, example:
DISCORD_BOT_TOKEN=YOUR_TOKEN_HERE