This repository (tier-discord-bot
) is where I develop the discord bot with the community.
This source code is available to everyone under the standard MIT license.
Tier requires Node v.16.6.0 or higher because using of discord.js v13.
If your system meets the requirement above then you're good to go!
You only need to run yarn install
in your terminal and then start in your node environment.
Tier discord bot has provided a Docker image to run it on the Docker container.
First, you need to pull the image by using the command below.
docker pull ghcr.io/riflowth/tier-discord-bot:latest
and then start the container with your bot application token
environment created from Discord developer portal
docker run -d -e TOKEN=<your_discord_bot_token> -n ghcr.io/riflowth/tier-discord-bot:latest
There are many ways in which you can participate in this project, for example:
- Submit bugs and feature request
- Review source code changes
- Fixing issues and contributing directly to the code base by submitting pull requests
Copyright (c) Krid Heprakhone. All rights reserved.
Licensed under the MIT license.