Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 1.09 KB

README.md

File metadata and controls

54 lines (48 loc) · 1.09 KB

simsimi-discord

NodeJS supported

We are supported only Nodejs version 12.x or later.

Getting Started

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.

Installation

  1. Clone the repo
git clone https://github.com/AlphaDel/simsimi-discord.git
  1. Install NPM packages
  • yarn
yarn install
  • npm
npm install

Usage

  1. create file google_credentials.json
  • yarn
yarn postinstall
  • npm
npm run postinstall
  1. 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!

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements