A Discord bot to display your Valorant stats in Discord.
- Clone the repository
- Install dependencies with
yarn
- 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
- Run the bot in development mode by running
yarn dev
andyarn serve
alongside each other.