Skip to content

brunos3d/discozap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Removing

discozap

๐Ÿ“ž WhatsApp proxy for Discord.

Installation

Clone project

git clone git@github.com:BrunoS3D/discozap.git
cd discozap

Install dependencies

yarn install # or just yarn

Create environment variable files .env and .env.dev based on .env.example on project root folder

# linux / macOS
cp .env.example .env
cp .env.example .env.dev
# windows
copy .env.example .env
copy .env.example .env.dev

Running on development environment

โš  Remember to follow the Installation steps before proceeding

Running the bot

yarn dev

โš  Note that the loaded environment variables file is .env.dev