Skip to content

Giuse-04/PesBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot for Tournament Management

This is a Discord bot designed to manage a football tournament. The bot allows users to update the tournament table with match results and display the current standings.

Features

  • Update Table: Update the tournament table with match results.
  • Display Table: Display the current standings of the tournament.

Commands

/update_table

Updates the tournament table with the results of a match.

/display_table

Displays the current standings of the tournament.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd PesBot
  2. Install the dependencies:

    npm install
  3. Create a config.json file in the root directory with your bot token, client ID, and guild ID:

    {
        "token": "YOUR_BOT_TOKEN",
        "clientId": "YOUR_CLIENT_ID",
        "guildId": "YOUR_GUILD_ID"
    }

Usage

After setting up your environment variables and installing the dependencies, you can start the bot using:

node index.js

About

Bot de Discord que lleva los resultados de un torneo de Pes 2006.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors