This project a recreation of johncovv/devian with newest tools and better code.
This project is a simple Discord bot developed by John Covv. It's designed to run on Node.js version 20 or higher.
First, clone the repository:
git clone git@github.com:johncovv/devian-v2.git
Then, navigate into the project directory:
cd devian-v2
Install the dependencies:
yarn install
or
npm install
Copy the .env.example file and create a new .env.local
file:
cp .env.example .env.local
Open the .env.local
file and replace the placeholders with your actual information.
To start the development server, run:
yarn dev
or
npm run dev
This will start the bot in development mode. You can now make changes to the code and the bot will automatically* restart when it detects any changes.
* New events
or command
files will only be listen on the fast reload when the first register occours.