A Discord bot for the Pactify Minecraft server.
It's a Discord bot designed to interact with the Minecraft server Pactify. It fetches information from the Pactify website and provides commands for users to access server-related data.
First you need to have the following dependencies installed:
- git
- node.js
- pnpm
To clone the repository, run the following command:
git clone https://github.com/MATHIP6/pactify-bot.gitThen navigate to the cloned directory to install the dependencies:
pnpm installAfter that, you need to create a .env file in the root directory of the project with the following content:
DISCORD_TOKEN=your_discord_bot_token
DISCORD_CLIENT_ID=your_discord_client_id
COOKIES=website_cookies
TOKEN=website_tokenNow, you can run the bot using the following command:
pnpm dev