This project is written in Python. It is designed to implement my favorite games and make it as a discord-bot. It demonstrates basic bot setup, authentication, and usage of the Discord API, APIs for games like League of Legends, Valorant, Pokemon, TFT.
The link below showcase the SDLC, Agile Methodologies process on how to create this project. Will add more issues as time goes by... https://trello.com/invite/b/6805659ac542339e58dc2ba0/ATTI03b2a53ca204efd753cca17580ec7a130AFC7EF0/discord-bot
discord-bot/
├── main.py # Main Python script for the bot
├── token.txt # File containing your Discord bot token
-
Clone the repository:
git clone https://github.com/LQNguyen05-max/discord-bot.git -
Install dependencies: Make sure you have Python 3.x installed. Install the required packages:
pip install discord.py -
Bot Token:
- Place your Discord bot token in a file named
token.txtin the project root directory. - Make an .env and call your APIs in there.
- Never share your token publicly!
- Place your Discord bot token in a file named
-
Run the bot:
python main.py
This project is for educational purposes. Please check the repository for license details.