Skip to content
/ firecord Public

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

License

Notifications You must be signed in to change notification settings

cptcr/firecord

Repository files navigation

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:

yay -Syu

Installing Required Programs:

yay -S npm nodejs visual-studio-code-bin git

Ubuntu-Based Distros:

Updating the System:

sudo apt update

Installing Required Programs:

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. Choose the LTS version.
      • Run the installer and ensure that npm is included.
    • Visual Studio Code:
    • Git:
      • Download and install Git.

Installation Process

  1. Clone the repository into your project folder (remove the dot to creare a new project folder)
git clone https://github.com/cptcr/firecord.git .
  1. Installing required NPMs and TypeSript
npm i
  1. Compiling all files into JavaScript
tsc
  1. Running the base the first time
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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published