Commit Graph

350 Commits

Author SHA1 Message Date
benji7425 8a71425dc4 3.1.0 2017-11-12 19:50:22 +00:00
benji7425 c151201384 Add removal of data on startup if the bot has left the guild 2017-11-12 19:44:19 +00:00
benji7425 446292b057 Fix wrong feed being removed when the remove-feed command used 2017-11-12 19:34:04 +00:00
benji7425 1cb65ade49 3.1.0-b1 2017-11-11 04:17:18 +00:00
benji7425 e29283af1c Add support for optional command parameters 2017-11-11 03:44:44 +00:00
benji7425 20bc117dae Add rss element content into posted message 2017-11-11 03:21:05 +00:00
benji7425 f6d1b5f7a6 Add feed validity checking before adding 2017-11-11 01:59:00 +00:00
benji7425 caf664e014 Update changelog 2017-11-11 01:35:26 +00:00
benji7425 90619bef9a Add max-old-space-size constraint of 64MB 2017-11-11 01:32:50 +00:00
benji7425 607a3804bc Add removal of data when bot kicked from guild
Along with join/leave console messages
2017-11-11 01:28:38 +00:00
benji7425 0047f31770 git subrepo pull (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "5fd4a43"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "5fd4a43"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-11-11 01:13:18 +00:00
Benji e733a8b481 Update README.md 2017-10-31 22:56:49 +00:00
benji7425 e882ffa82e 3.0.1 2017-10-19 00:20:42 +01:00
benji7425 a0571cfc11 git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "8efb033"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "8efb033"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-10-19 00:14:01 +01:00
benji7425 b65d9e89cf 3.0.0 2017-10-05 23:25:19 +01:00
benji7425 9d4aad4cf9 Fix user posted links not being detected if setup done after b5 update 2017-10-05 23:06:19 +01:00
benji7425 d348d7e41f 3.0.0-b7
Fix crash restart when bot received DM
2017-10-02 11:49:58 +01:00
benji7425 7c5ef008d8 3.0.0-b6
Remove 'BODY is not RSS or ATOM' error from console logging'
2017-10-02 02:08:13 +01:00
benji7425 53fc953caa 3.0.0-b5 2017-10-02 01:00:16 +01:00
benji7425 3e268d2231 Prevent checking of feeds for guilds the bot is no longer in
Plus fix a couple related issues
2017-10-02 00:52:36 +01:00
benji7425 8980dad584 Add upgrading of json data on startup 2017-10-02 00:42:01 +01:00
benji7425 3beeea1588 git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "1ed6225"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "1ed6225"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-10-02 00:20:31 +01:00
benji7425 6343ae50ea Fix exception if bot mentioned without a command 2017-10-02 00:18:05 +01:00
benji7425 f4e39a69dc Re-implement help message 2017-10-02 00:09:36 +01:00
benji7425 f193393a2a Merge branch 'command-framework' 2017-10-01 23:27:51 +01:00
benji7425 b4eb3d3551 Refactor multiple areas for simplicity and readability
This is a squash commit of many commits
2017-10-01 23:20:06 +01:00
benji7425 1b2e06c2d5 I changed my mind, we're going back to promises
Require command invoke methods to return a promise
2017-09-24 22:46:58 +01:00
benji7425 b777046b0b git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "9f209e1"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "9f209e1"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-24 22:01:23 +01:00
benji7425 328623b8dd git subrepo push discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "0bf4f9d"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "0bf4f9d"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-24 21:39:53 +01:00
benji7425 3fc93e06cd Update commands to use message.reply, rather than promises
The promise method was just too annoying, better to go back to .reply
2017-09-24 21:39:34 +01:00
benji7425 f00b7ec876 Fix incorrect parameter being passed to internal command handling 2017-09-24 21:39:05 +01:00
benji7425 8989daef49 Separate commands into separate files for command framework compatibility 2017-09-24 21:31:30 +01:00
benji7425 1fc45e85b4 Add client as a parameter to command invokation 2017-09-24 21:20:12 +01:00
benji7425 e249b8d45d git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "180d069"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "180d069"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-24 21:07:35 +01:00
benji7425 4dc73a6783 3.0.0-b4 2017-09-20 23:46:29 +01:00
benji7425 a5371c4711 git subrepo pull discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "81a8c67"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "81a8c67"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-20 23:44:33 +01:00
benji7425 07ca4336fb Fix old package.json references that would have caused problems eventaully 2017-09-20 01:23:44 +01:00
benji7425 a19c626753 3.0.0-b3 2017-09-20 01:18:47 +01:00
benji7425 4ba9f21e69 Add some error handling 2017-09-20 01:18:44 +01:00
benji7425 d8795740f9 Fix misleading logged error if just "youtube.com" pasted in chat 2017-09-20 00:56:05 +01:00
benji7425 35ce6a56be Merge branch 'core-update' 2017-09-20 00:44:55 +01:00
benji7425 e447c1c07f Fix (actually this time) youtube feature urls not being properly converted 2017-09-20 00:43:59 +01:00
benji7425 691af2761f Fix past links not being checked when a new feed is added 2017-09-20 00:43:42 +01:00
benji7425 347aedc4ab Fix readme and changelog being gone 2017-09-20 00:07:23 +01:00
benji7425 aeba653e9f Update for proper compatibility with current core code 2017-09-20 00:04:04 +01:00
benji7425 2b0750dada git subrepo commit (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "77cb9dd"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "8e6d6ce"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-19 23:26:30 +01:00
benji7425 0601c29c85 Add passing in of token file 2017-09-14 21:57:15 +01:00
benji7425 1cfc7a19c3 git subrepo pull (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "d1f015c"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "c4f07d0"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-14 21:54:21 +01:00
benji7425 4332c66b43 Refactor some areas for simplicity 2017-09-14 14:02:38 +01:00
benji7425 b6cc8298bc Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00