Skip to content

Eery discord bot for private discord server

License

Notifications You must be signed in to change notification settings

N3aar/Eery-Project

Repository files navigation

Eery bot

Eery bot for Private Discord server.

Installation

Requirements

Setup

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

Usage

# Build the bot
pnpm build

# Start the bot
pnpm start

Development

# Start the bot in development mode
pnpm dev

Contributing

Style guide

This project uses default Biome configuration see more at biome. You can also use the following command to format the code:

pnpm lint:fix

Commit message

This project uses Conventional Commits to standardize the commit messages.

License

This project is licensed under the MIT License - see the LICENSE file for details.