Skip to content

LQNguyen05-max/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Project

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.

image image

Project Structure

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

Getting Started

  1. Clone the repository:

    git clone https://github.com/LQNguyen05-max/discord-bot.git
    
  2. Install dependencies: Make sure you have Python 3.x installed. Install the required packages:

    pip install discord.py
    
  3. Bot Token:

    • Place your Discord bot token in a file named token.txt in the project root directory.
    • Make an .env and call your APIs in there.
    • Never share your token publicly!
  4. Run the bot:

    python main.py
    

License

This project is for educational purposes. Please check the repository for license details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages