Skip to content

A Discord Bot that announces TFT game results of given players using League of Legends API

Notifications You must be signed in to change notification settings

guneskaan/Discord_TFT_Announcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beta Release

Track using -tftbot track "<Summoner Name>" <Region>.

The bot will then send an update to the channel whenever a tracked Summoner finishes a TFT Match.

Running the Bot Locally

  1. Obtain bot token from Discord Developer Portal
  2. Obtain Riot API Key from Riot Developer Portal
  3. Create .env file in the main directory in the following format:
    RIOT_API_KEY=<YOUR RIOT API KEY>
    DISCORD_TOKEN=<YOUR DEVELOPER TOKEN>
    
  4. Start bot with
    node src/bot.js --debug --development
    

Progress Tracking

References

About

A Discord Bot that announces TFT game results of given players using League of Legends API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published