Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cptcr/firecord

FireCord is a discord.js based client handler which is very leightweight but brings a lot of customizations with it.
https://github.com/cptcr/firecord

Last synced: about 2 months ago
JSON representation

FireCord is a discord.js based client handler which is very leightweight but brings a lot of customizations with it.

Awesome Lists containing this project

README

        

# FireCord
FireCord is a base for your discord bot which has an auto setup, api handling, website handling and much more.

# Installation
## Pre-Installed Stuff Needed

### Arch-Based Distros:
Updating the System:
```bash
yay -Syu
```

Installing Required Programs:
```bash
yay -S npm nodejs visual-studio-code-bin git
```

### Ubuntu-Based Distros:
Updating the System:
```bash
sudo apt update
```

Installing Required Programs:
```bash
sudo apt install npm nodejs code git
```

### Windows 10/11:
1. **Update System:**
Ensure your system is up-to-date by checking for the latest Windows updates:
- Go to **Settings** > **Update & Security** > **Windows Update**.
- Click **Check for Updates** and install any available updates.

2. **Install Required Programs:**
- **Node.js** and **npm**:
- Download the installer from the [official Node.js website](https://nodejs.org/). Choose the **LTS** version.
- Run the installer and ensure that **npm** is included.
- **Visual Studio Code**:
- Download and install [VS Code](https://code.visualstudio.com/download).
- **Git**:
- Download and install [Git](https://git-scm.com/download/win).

## Installation Process
1. Clone the repository into your project folder (remove the dot to creare a new project folder)
```bash
git clone https://github.com/cptcr/firecord.git .
```

2. Installing required NPMs and TypeSript
```bash
npm i
```

3. Compiling all files into JavaScript
```bash
tsc
```

4. Running the base the first time
```bash
npm run start
```
# CPTCR



Discord Server


Support on Patreon


GitHub


Buy Me a Coffee

-> FREE Database AND Bot Hosting: https://cptcr.shop/free

-> Hosting Service: https://cptcr.cc

-> Discord: https://discordlookup.com/user/931870926797160538

[![Top Langs](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api/top-langs/?username=cptcr&layout=compact&theme=dark)](https://github.com/anuraghazra/github-readme-stats)