This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Installation Instructions
Spimy edited this page Jun 25, 2020
·
3 revisions
This will cover how you can go about installing MuseCLI, both for contribution and for development of your own discord bot, and then running it.
- Run
npm install -g muse-cli
oryarn global add muse-cli
- Run
muse new project-name typescript [--git] [--skipInstall] [--packageManager=(npm/yarn)]
- Fork this repo
- Clone your fork to your local machine
- CD into the muse-cli project root directory
- Run
npm install
oryarn
- Create a new branch and make your contribution
- Make a pull request on GitHub for me to review
You must at all cost keep your sensitive information like Discord Bot Token and YouTube API Key safe and the best way to do that is via environment variables. You can set them directly in your SYSTEM ENV, but setting them inside a .env
file in your project root folder is recommended:
TOKEN=bot_token
YOUTUBE_API_KEY=api_key