refactor: auto format

This commit is contained in:
Baipyrus 2024-03-23 22:47:24 +01:00
parent bba1617926
commit 0d80761e2c
5 changed files with 195 additions and 192 deletions

View File

@ -10,6 +10,7 @@
Download the current source code [here](https://git.baipyr.us/Baipyrus/DiscordJS-Example/archive/main.zip). Download the current source code [here](https://git.baipyr.us/Baipyrus/DiscordJS-Example/archive/main.zip).
Or clone the repository manually: Or clone the repository manually:
```bash ```bash
git clone https://git.baipyr.us/Baipyrus/DiscordJS-Example.git git clone https://git.baipyr.us/Baipyrus/DiscordJS-Example.git
``` ```
@ -17,6 +18,7 @@ git clone https://git.baipyr.us/Baipyrus/DiscordJS-Example.git
## Installation ## Installation
Install the required dependencies: Install the required dependencies:
```bash ```bash
npm install npm install
``` ```
@ -24,6 +26,7 @@ npm install
## Running ## Running
Start the bot with: Start the bot with:
```bash ```bash
npm run start npm run start
``` ```