discord-bot-rss-feed/core
benji7425 f338bced1e git subrepo pull core
subrepo:
  subdir:   "core"
  merged:   "1f14a50"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "1f14a50"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2018-01-27 20:23:04 +00:00
..
commands git subrepo pull core 2018-01-27 20:23:04 +00:00
.gitignore Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
.gitrepo git subrepo pull core 2018-01-27 20:23:04 +00:00
.npmrc Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
LICENSE Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
README.md Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
base-embedded-data.js Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
base-guild-data.js Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
client.js git subrepo pull core 2018-01-27 20:23:04 +00:00
command.js Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
handle-guild-message.js git subrepo pull core 2018-01-27 20:23:04 +00:00
index.js Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
internal-config.json Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
package-lock.json git subrepo pull core 2018-01-27 20:23:04 +00:00
package.json Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00
util.js Update core naming to make a little more sense 2018-01-27 17:39:52 +00:00

README.md

Discord bot core

Core code for connection and command handling for my Discord bots.
This is not actually a Discord bot. To learn about some of my available Discord bots please visit my website
This code is included in the repo for each bot using git subrepo, which I prefer over submodules and subtrees.

This code does not function on it's own, it simply provides common functionality my Discord bots can make use of. To test/modify this code, it needs to be run in the context of an actual bot. A good candidate is my template project, which should run and connect just fine, just won't do much.

Built with

Contributing

The easiest way to get setup would be a fork of this repo, and the fork of a bot to use as a development context. I suggest using my template project as a development context, along with git subrepo to push back to your core fork.
If you are uncomfortable using git subrepo, you could just as easily copy/paste your child core directory back into your fork.

My template project has more in-depth details about how to setup and test.

If you have a completed change, please submit a pull request from your core fork back to this repo.

Whilst this is very easy to use once you know how, I appreciate this might be a little tricky if you aren't familiar with developing in this way. Feel free to contact me if you would like assistance. Find contact details here.