Falconerd / discord-bot-github

GitHub repo updates displayed in Discord.
381 stars 138 forks source link

Coppy #63

Closed Taelyn closed 4 years ago

Taelyn commented 5 years ago

Is it possible to get a coppy of the bot so i can host it my self?

felixfong227 commented 5 years ago

👋 @Taelyn

What do you meant by

copy of the bot so that you can host your own

Taelyn commented 5 years ago

What i mean is to get a working coppy of the code so i can host it on my own dedicated server for my self

felixfong227 commented 5 years ago

I think you can just simply clone the repo down to your local development machine

$ git clone git@github.com:Falconerd/discord-bot-github.git

And what looks like the master is actually not a stable branch, so switching from master branch to develop-es6 branch seems to be the most logical option here