Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 560 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 560 Bytes

Lol-Api-Bot

View:

Discord-Bot-API-LOL.mp4

Add Enviroment Variable (.env file):

  • add the file .env and edit according to your TOKEN and API_KEY variables.
  • change the API KEY according to your API KEY on the website Riot Developer Portal ( API KEY changes every 24 hours ).
  • change the number of channel ID in main.py file.

Install:

  • python -m pip install dotenv

  • python -m pip install discord

  • python -m pip install asyncio