git subrepo pull --remote=git@github.com:benji7425/discord-feed-bot.wiki.git docs

subrepo:
  subdir:   "docs"
  merged:   "f70e48b"
upstream:
  origin:   "git@github.com:benji7425/discord-feed-bot.wiki.git"
  branch:   "master"
  commit:   "f70e48b"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
This commit is contained in:
benji7425 2017-01-22 18:56:19 +00:00
parent 5f04a8e755
commit 612c20e481
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
;
[subrepo]
remote = https://github.com/benji7425/discord-feed-bot.wiki.git
remote = git@github.com:benji7425/discord-feed-bot.wiki.git
branch = master
commit = 8e3da371ddf5c1835a9c32eca4209d00c6f17148
parent = ee7648bc810dc8b1efb38d59aae489269d8a3246
commit = f70e48b91074ad051eec48679d013409a79ed53e
parent = 21bc8bdaeb42f8eca6218fbe1910ddcc75d56c3c
cmdver = 0.3.1

View File

@ -4,7 +4,7 @@
2. Download the zip from [releases](https://github.com/benji7425/discord-feed-bot/releases) and extract
3. Open a terminal in extracted folder
4. Run `npm install` and wait for it to finish
5. Edit *config.json* to include your RSS feed and channel ID (see configuration page for more info)
5. Edit *config.json* to include your server/channel details (see configuration page for more info)
6. Create *bot-config.json* to include your bot token:
`{
"token": "abc123blahblahblahyourtokengoeshere"