Eery bot for Private Discord server.
- Download and install Node.js
Enable corepack
# as root
corepack enable
Clone the repository and install the dependencies
# Clone the repository
git clone https://github.com/N3aar/Eery-Project.git
# Enter the project directory
cd Eery-Project
# Install the dependencies
pnpm install
# Build the bot
pnpm build
# Start the bot
pnpm start
# Start the bot in development mode
pnpm dev
This project uses default Biome configuration see more at biome. You can also use the following command to format the code:
pnpm lint:fix
This project uses Conventional Commits to standardize the commit messages.
This project is licensed under the MIT License - see the LICENSE file for details.