Git Product home page Git Product logo

zacrosbot's Introduction

GitHub

WhatsApp Deploy To Heroku

Description

Bot ini dibuat menggunakan base dari Zobin33

Jika ada pertanyaan atau request sesuatu, kamu bisa masukkan issue

Changelog

Added Feature
- Shortlink

Installation

> git clone https://github.com/Zacros-Team/ZacrosBot
> cd Zacros
> npm i -g

Run Bot

$ cd ZacrosBot
$ node .

Yang perlu di edit

./src/botInfo.json

Owner Number

Ex : "62884677889"
If you want to add multiple owners
Example : ["62xxxxxx","62xxxxxx"]

Special Thanks To

zacrosbot's People

Contributors

azyansah avatar gynnndev avatar manxtodd avatar idxxlism avatar zexyzx avatar sonzaiekkusu avatar arya-was avatar dehanjing avatar rull05 avatar xevalous avatar dehante avatar steven-ts avatar zennn08 avatar

Stargazers

 avatar Handoko avatar MFarelS avatar Gaara Setyawan avatar  avatar  avatar GILBERTSAJA avatar GeekBram avatar SalamDariBnjai avatar  avatar  avatar 乂Nat avatar  avatar Ajay Gaur avatar  avatar Neevil avatar  avatar

zacrosbot's Issues

HEROKU ERROR

2022-01-07T04:42:22.063231+00:00 heroku[web.1]: Starting process with command npm start
2022-01-07T04:42:23.670179+00:00 app[web.1]:
2022-01-07T04:42:23.670209+00:00 app[web.1]: > [email protected] start /app
2022-01-07T04:42:23.670209+00:00 app[web.1]: > node index.js
2022-01-07T04:42:23.670210+00:00 app[web.1]:
2022-01-07T04:42:24.638736+00:00 app[web.1]: internal/modules/cjs/loader.js:1131
2022-01-07T04:42:24.638766+00:00 app[web.1]: throw err;
2022-01-07T04:42:24.638766+00:00 app[web.1]: ^
2022-01-07T04:42:24.638766+00:00 app[web.1]:
2022-01-07T04:42:24.638767+00:00 app[web.1]: SyntaxError: /app/src/json/botInfo.json: Unexpected token } in JSON at position 2112
2022-01-07T04:42:24.638768+00:00 app[web.1]: at parse ()
2022-01-07T04:42:24.638768+00:00 app[web.1]: at Object.Module._extensions..json (internal/modules/cjs/loader.js:1128:22)
2022-01-07T04:42:24.638768+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:950:32)
2022-01-07T04:42:24.638769+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
2022-01-07T04:42:24.638769+00:00 app[web.1]: at Module.require (internal/modules/cjs/loader.js:974:19)
2022-01-07T04:42:24.638769+00:00 app[web.1]: at require (internal/modules/cjs/helpers.js:93:18)
2022-01-07T04:42:24.638770+00:00 app[web.1]: at Object. (/app/main.js:6:18)
2022-01-07T04:42:24.638770+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
2022-01-07T04:42:24.638770+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
2022-01-07T04:42:24.638771+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:950:32)
2022-01-07T04:42:24.653766+00:00 app[web.1]: internal/process/per_thread.js:186
2022-01-07T04:42:24.653769+00:00 app[web.1]: throw new ERR_INVALID_ARG_TYPE('pid', 'number', pid);
2022-01-07T04:42:24.653769+00:00 app[web.1]: ^
2022-01-07T04:42:24.653770+00:00 app[web.1]:
2022-01-07T04:42:24.653770+00:00 app[web.1]: TypeError [ERR_INVALID_ARG_TYPE]: The "pid" argument must be of type number. Received undefined
2022-01-07T04:42:24.653771+00:00 app[web.1]: at new NodeError (internal/errors.js:322:7)
2022-01-07T04:42:24.653771+00:00 app[web.1]: at process.kill (internal/process/per_thread.js:186:13)
2022-01-07T04:42:24.653771+00:00 app[web.1]: at ChildProcess. (/app/index.js:29:31)
2022-01-07T04:42:24.653772+00:00 app[web.1]: at ChildProcess.emit (events.js:400:28)
2022-01-07T04:42:24.653772+00:00 app[web.1]: at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12) {
2022-01-07T04:42:24.653773+00:00 app[web.1]: code: 'ERR_INVALID_ARG_TYPE'
2022-01-07T04:42:24.653773+00:00 app[web.1]: }
2022-01-07T04:42:24.665486+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2022-01-07T04:42:24.665765+00:00 app[web.1]: npm ERR! errno 1
2022-01-07T04:42:24.671564+00:00 app[web.1]: npm ERR! [email protected] start: node index.js
2022-01-07T04:42:24.671663+00:00 app[web.1]: npm ERR! Exit status 1
2022-01-07T04:42:24.671765+00:00 app[web.1]: npm ERR!
2022-01-07T04:42:24.671847+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script.
2022-01-07T04:42:24.671922+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2022-01-07T04:42:24.678940+00:00 app[web.1]:
2022-01-07T04:42:24.679151+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2022-01-07T04:42:24.679237+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2022-01-07T04_42_24_672Z-debug.log
2022-01-07T04:42:24.931036+00:00 heroku[web.1]: State changed from starting to crashed

Nanya

Nama sesi nya apa bang?

Error saat download audio/video

Error in uploading to media-xsp1-1.cdn.whatsapp.net (HTTPError: Response code 415 (Unsupported Media Type)) , retrying...

bang

nama session nya apa biar ga scan ulang

rest api down?

bang rest api nya down ? soal nya ga bisa buka web nya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.