We are supported only Nodejs version 12.x or later.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/AlphaDel/simsimi-discord.git
- Install NPM packages
- yarn
yarn install
- npm
npm install
- create file
google_credentials.json
- yarn
yarn postinstall
- npm
npm run postinstall
- run bot application [local]
- yarn
yarn start:local
- npm
npm run start:local
If everything goes well you will see message like this Logged in as BOT_NAME#XXXX!
Have fun!
Distributed under the MIT License. See LICENSE for more information.