Installation¶
This section provides instructions on how to install the application.
Prerequisites
The application is distributed as a Docker image. Please ensure that you have Docker installed on your system.
Open your terminal and run the following command to install the latest version of the application:
docker run -e DISCORD_TOKEN="<YOUR_TOKEN>" ghcr.io/thijsfranck/discord-app-example:latest
Replace <YOUR_TOKEN>
with your Discord bot token.
The application will start and connect to Discord using the provided token. You can now interact with the bot in your Discord server.
Where do I find my Discord bot token?
See the configuration section for instructions on how to obtain a Discord bot token.
What other options are available?
The application supports additional environment variables that you can use to customize its behavior. Refer to the configuration section for a list of available options.
Where can I find previous versions of the image?
Previous versions of the image are available on the GitHub Container Registry.