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

tristancamejo/Valor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValorantBot

A Discord bot to display your Valorant stats in Discord.

Development

  1. Clone the repository
  2. Install dependencies with yarn
  3. Create a .env file with the following content:
DISCORD_TOKEN=YOUR_DISCORD_TOKEN
DISCORD_PUBLIC_KEY=YOUR_DISCORD_PUBLIC_KEY
DISCORD_CLIENT_ID=YOUR_DISCORD_CLIENT_ID
  1. Run the bot in development mode by running yarn dev and yarn serve alongside each other.