Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cptcr/firecord
- Owner: cptcr
- License: gpl-3.0
- Created: 2024-09-17T20:47:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:08:25.000Z (3 months ago)
- Last Synced: 2024-09-18T01:38:45.967Z (3 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-> 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)