Installation
This section guides you through the process of installing the Yu-Gi-Oh! War League Deck Submission Bot for self-hosting using Docker.
Prerequisites
Section titled “Prerequisites”Before you begin, ensure you have the following installed on your system:
- Docker: You will need either Docker Desktop (for Windows or macOS) or Docker Engine (for Linux).
- Docker Compose: This is typically installed alongside Docker Desktop or can be installed separately for Docker Engine (installation guide).
- Git: For cloning the bot’s repository (installation guide).
- A Discord Account: To create and manage your bot application.
Cloning the Repository
Section titled “Cloning the Repository”Once you have the prerequisites installed, you can clone the bot’s repository to your local machine.
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to store the bot’s code.
-
Run the following command:
Terminal window git clone https://github.com/nedhmn/ygo-war-league-discord-bot -
Navigate into the cloned directory:
Terminal window cd your-repository-name
You have now successfully downloaded the bot’s code. The next step is to configure the bot and set up your Discord application.