/devian-v2

A discord bot

Primary LanguageTypeScript

Teste de Build (Node.js 20)

Devian V2

This project a recreation of johncovv/devian with newest tools and better code.

Description

This project is a simple Discord bot developed by John Covv. It's designed to run on Node.js version 20 or higher.

Installation

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

Setup

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.

Starting the Development Server

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.