Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azshurith/mir4-domination-v2
The bot is designed to be easy to use, so you can quickly get the information you need without any hassle. Whether you're a seasoned MIR4 player or just getting started, this bot is an essential tool for staying on top of the latest game developments..
https://github.com/azshurith/mir4-domination-v2
discord docker-compose javascript nodejs typescript
Last synced: 3 days ago
JSON representation
The bot is designed to be easy to use, so you can quickly get the information you need without any hassle. Whether you're a seasoned MIR4 player or just getting started, this bot is an essential tool for staying on top of the latest game developments..
- Host: GitHub
- URL: https://github.com/azshurith/mir4-domination-v2
- Owner: Azshurith
- License: apache-2.0
- Created: 2023-04-23T01:30:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T06:13:43.000Z (10 months ago)
- Last Synced: 2024-11-13T16:55:27.816Z (2 months ago)
- Topics: discord, docker-compose, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 81.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📖 MIR4 Domination
> **Note:** This repository is just a clone of DiscordX's templates. If you want to build an application using DiscordX, visit the main [DiscordX Site](https://discordx.js.org).
Introducing the MIR4 Domination Bot, your one-stop-shop for all the latest updates and information about the MIR4 game.
This bot comes packed with features that allow you to monitor the MIR4 NFT page, get the latest currency value for WEMIX, and stay updated with the latest game news.
With the MIR4 Domination Bot, you can receive notifications about NFT sales and purchases, check the current value of WEMIX, and access the latest news about the game.
The bot is designed to be easy to use, so you can quickly get the information you need without any hassle. Whether you're a seasoned MIR4 player or just getting started, this bot is an essential tool for staying on top of the latest game developments.
Get started with the MIR4 Domination Bot today and take your gaming experience to the next level!
## 💻 Usage
> **Note:** Create a pull request to the module tha you wanted to install
```
npm install
npm run dev
```If you want to use [Nodemon](https://nodemon.io/) to auto-reload while in development:
```
npm run watch
```# 💻 Production
```
npm install --production
npm run build
npm run start
```# 🐋 Docker
To start your application:
```
docker-compose up -d
```To shut down your application:
```
docker-compose down
```To view your application's logs:
```
docker-compose logs
```For the full command list please view the [Docker Documentation](https://docs.docker.com/engine/reference/commandline/cli/).
## 📜 License
MIR4 Domination is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).