A discord bot to get informed of live data of MNLTH reveal process
This discord bot use the https://slkzgm.com API to retrieve and display data regarding MNLTH reveal process. It comes with commands that give various informations and analytics about the reveal process state live state like:
- Actual revealed distribution
- Collections floor price
- Available supply left
- ...
You can add the mnlth-discord-bot to your server by using this link:
You can also host the bot by yourself following these steps:
1: Clone the repo
2: Make sure to use node v16.15.0+
3: Install dependencies: npm install
5: Create your config.json file:
{
"token": YOUR_TOKEN,
"clientId": YOUR_CLIENT_ID,
"apiUrl": "https://www.slkzgm.com/mintvial/" // OR USE YOUR OWN API
}
6: run the discord bot: node .