/adamjr-bot

A Discord bot that searches a list of playlists for YouTube videos.

Primary LanguageJavaScriptMIT LicenseMIT

1PG Demo

config.json

{
  "bot": {
    "id: "308778677879963658",
    "activity": "youtube.com/ADAMJR",
    "token": "NzQwNDkyODIwNTA2MzQ1NTE0.Xypzrg.XqJ6ZaPDJxHbkSAOxfl-tDmGFYg"
  },
  "stackExchangeAPIKey": "<api_key>",
  "mongoURI": "mongodb://localhost/ADAMJR-Bot"
}

git:

  • repo -> git repository that saves snapshots of your code
  • commit -> label and save snapshot of code at a specific time
  • push -> let the github repository know of the commits made
  • pull -> get and apply changes from github repository