Skip to content

riflowth/tier-discord-bot

Repository files navigation

tier logo

Tier Community Edition

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.

Building Tier Community Edition

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.

Running

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

Contributing

There are many ways in which you can participate in this project, for example:

License

Copyright (c) Krid Heprakhone. All rights reserved.

Licensed under the MIT license.