Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itachi9797/carbon-main
https://github.com/itachi9797/carbon-main
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itachi9797/carbon-main
- Owner: itachi9797
- Created: 2023-12-06T12:13:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T20:38:57.000Z (9 months ago)
- Last Synced: 2024-10-19T10:39:28.549Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.1 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```