v 0.1.0
This bot can be commanded to show game info for ongoing League of Legends games.
- Create a discord bot. Discord has a simple process to streamline this.
git clone
this project,npm i
, and set up your ownconfig.json
. You'll need a Riot API key and a Discord bot token.- The entry point to the application is
discord-interface.js
so callnode discord-interface.js
.
riotApiKey
: For your Riot API keydiscordBotToken
: For your discord bot tokensingleChannelId
: If you want to limit your bot to a specific text channel, put the channel ID here