Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riflowth/tier-discord-bot
🤖 Just a Music & Chill Discord Bot
https://github.com/riflowth/tier-discord-bot
discord-bot discord-js hacktoberfest
Last synced: about 2 months ago
JSON representation
🤖 Just a Music & Chill Discord Bot
- Host: GitHub
- URL: https://github.com/riflowth/tier-discord-bot
- Owner: riflowth
- License: mit
- Created: 2021-09-20T11:16:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T14:17:44.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T22:36:55.466Z (3 months ago)
- Topics: discord-bot, discord-js, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 363 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tier Community Edition
This repository (`tier-discord-bot`) is where I develop the [discord](https://discord.com/) bot with the community.
This source code is available to everyone under the standard [MIT license](LICENSE.md).## Building Tier Community Edition
Tier requires [Node](https://nodejs.org/) v.16.6.0 or higher because using of [discord.js v13](https://discord.js.org/).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](https://www.docker.com/) container.
First, you need to pull the image by using the command below.```bash
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](https://discord.com/developers/applications)
```bash
docker run -d -e TOKEN= -n ghcr.io/riflowth/tier-discord-bot:latest
```## Contributing
There are many ways in which you can participate in this project, for example:
- [Submit bugs and feature request](https://github.com/riflowth/tier-discord-bot/issues)
- Review [source code changes](https://github.com/riflowth/tier-discord-bot/pulls)
- Fixing issues and contributing directly to the code base by [submitting pull requests](https://github.com/riflowth/tier-discord-bot/pulls)## License
Copyright (c) Krid Heprakhone. All rights reserved.Licensed under the [MIT](LICENSE.md) license.