Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itachi9797/carbon-main


https://github.com/itachi9797/carbon-main

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Carbon

## How to setup

1. Clone the repository to the current directory

```powershell
git clone https://github.com/itachi9797/carbon-main
```

2. Install all the dependencies

- Using npm
```powershell
npm install
```

3. Update `config.json` with your own credentials.

4. Start your bot

- Using npm
```powershell
npm run start
```