Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 316 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 316 Bytes

Vista

A Discord bot created in Typescript using the SapphireJS framework.

Setup

Create a .env file in the root folder and fill it with this information:

  DISCORD_AUTH_TOKEN=BOT_TOKEN_GOES_HERE

To setup a build version use:

  tsc -b

To run the bot use:

  npm run start