Commit Graph

380 Commits

Author SHA1 Message Date
benji7425 33a8db54fb Remove now un-necessary subscription functionality 2017-05-17 18:55:15 +01:00
benji7425 cdd7cb056b Add different role mentioning for different feeds 2017-05-17 18:52:27 +01:00
benji7425 698155a38f Merge branch 'multiple-feed-support' 2017-05-15 20:20:00 +01:00
benji7425 93eea4e8f7 Remove un-necessary spam 2017-05-15 20:19:15 +01:00
benji7425 6264e0d1f5 Add posting of links from multiple feeds 2017-05-15 20:17:14 +01:00
benji7425 f2878bc319 Merge branch 'bot-module' 2017-05-05 13:42:51 +01:00
benji7425 640ebb40bf Remove no longer used log.js 2017-04-22 23:10:31 +01:00
benji7425 3b4af16814 Fix !help crashing 2017-04-22 23:09:41 +01:00
benji7425 60707bd0fb Fix module onDisconnect not first checking if onDisconnect existed 2017-04-22 22:50:41 +01:00
benji7425 d2d729b9c4 Fix link posting not actually receiving message to post 2017-04-22 22:49:46 +01:00
benji7425 e0ecf01941 Fix bot not being passed into onReady by wrapper 2017-04-22 22:46:23 +01:00
benji7425 d7a5716c35 Add shell-discord-bot wrapper for testing 2017-04-22 22:46:03 +01:00
benji7425 5f64fac0a5 git subrepo clone git@github.com:benji7425/shell-discord-bot.git wrapper
subrepo:
  subdir:   "wrapper"
  merged:   "4946884"
upstream:
  origin:   "git@github.com:benji7425/shell-discord-bot.git"
  branch:   "master"
  commit:   "4946884"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-04-22 22:41:44 +01:00
benji7425 45b6d080a8 Update entry point to be index.js
Idk why it wasn't before
2017-04-22 22:27:24 +01:00
benji7425 3433a2ad05 Updated to be a bot module
For use with my shell-discord-bot project
2017-03-30 02:17:47 +01:00
benji7425 3e97366c67 Removed branch develop
Stopped using full GitFlow, no need for 2x eternal branches when using tags for version indicators
2017-02-09 00:49:02 +00:00
benji7425 44e499c9a1 Merged hotfix/standard-commands-ignored into master 2017-01-22 20:43:29 +00:00
benji7425 2afbf61915 Updated changelog and package.json version 2017-01-22 20:43:24 +00:00
benji7425 1f37736887 Fixed channel or user lock checks from conflicting
Fixed dev commands not being recognised and/or channel commands not being recognised
2017-01-22 20:42:26 +00:00
benji7425 d9d4f18fa1 Revert "Fixed dev commands not being recognised outside of posting channel"
This reverts commit a8d3f04ad4f03438efd73dc0f38354938b361fe3.
2017-01-22 20:39:14 +00:00
benji7425 e2b07fc649 Merged hotfix/developer-messages into master 2017-01-22 20:26:29 +00:00
benji7425 0147756998 Updated changelog and package.json version 2017-01-22 20:26:25 +00:00
benji7425 649683bf98 Fixed dev commands not being recognised outside of posting channel 2017-01-22 20:25:35 +00:00
benji7425 3c8b45154a Merged release/v1.3.0 into master 2017-01-22 18:57:02 +00:00
benji7425 612c20e481 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:   "???"
2017-01-22 18:56:19 +00:00
benji7425 5f04a8e755 Updated documentation 2017-01-22 18:50:30 +00:00
benji7425 b1fcc0762b Updated package.json version
Finally actually doing this lol - I'd ignored it up until now
2017-01-22 18:32:34 +00:00
benji7425 c4af2ee004 Updated changelog 2017-01-22 18:31:45 +00:00
benji7425 48ca4167c7 git subrepo pull docs
subrepo:
  subdir:   "docs"
  merged:   "c39ac85"
upstream:
  origin:   "https://github.com/benji7425/discord-feed-bot.wiki.git"
  branch:   "master"
  commit:   "8e3da37"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-01-22 18:25:37 +00:00
benji7425 aad221371c Merged feature/improved-subscription-confirmations into develop 2017-01-22 18:25:33 +00:00
benji7425 1d22f28506 Added allowSubscriptions check before mentioning when posting 2017-01-22 18:24:18 +00:00
benji7425 5e7f147036 Added check for no errors before confirmation of (un)subscription 2017-01-22 18:23:09 +00:00
benji7425 b4b88a56ba Merged feature/subscribers-role into develop 2017-01-22 18:12:47 +00:00
benji7425 9306f3992e Fixed subscribing and unsubscribing
Added serverID parameter, and raw error logging when it goes wrong
2017-01-22 18:08:40 +00:00
benji7425 5e45561cd1 Added necessary serverID parameter to config 2017-01-22 18:07:53 +00:00
benji7425 9b370d398d Added Log.raw function to just log an object 2017-01-22 18:07:35 +00:00
benji7425 3842f96be3 Fixed role mentioning not working 2017-01-22 17:40:05 +00:00
benji7425 f4a8a40cd5 Removed legacy subscription method
I don't really want to have to include support for it
2017-01-22 17:11:12 +00:00
benji7425 8eb30b6d15 Added addition and removal of users to/from subscribers role
I think I will need to specify server ID as well though? Doesn't appear to be working rn without it
2017-01-22 17:02:05 +00:00
benji7425 5859713ae8 Added boolean toggle for use of subscriptions with the bot 2017-01-22 17:02:05 +00:00
benji7425 86fc7c414d Updated package.json start script so 'npm start' works 2017-01-22 17:02:02 +00:00
benji7425 26bbf6a6b2 git subrepo clone https://github.com/benji7425/discord-feed-bot.wiki.git docs
subrepo:
  subdir:   "docs"
  merged:   "537ea4a"
upstream:
  origin:   "https://github.com/benji7425/discord-feed-bot.wiki.git"
  branch:   "master"
  commit:   "537ea4a"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-01-22 16:34:30 +00:00
benji7425 5ce54fe893 Removed docs subtree 2017-01-22 16:34:04 +00:00
benji7425 15b5611a9a Added deletion of subscription command responses after a delay 2017-01-09 22:55:05 +00:00
benji7425 6bd695e8bb Updated chat commands to be stored in objects along with actions
- Also re-worked the config a bit, altogether making it a bit easier to add config items.
- Added 'developers' list to config to lock developer commands to developers only
2017-01-09 22:00:11 +00:00
benji7425 4e863c5c81 Merged hotfix/unsubscribing-everyone into master 2017-01-08 22:13:41 +00:00
benji7425 5e6c06add9 Merged hotfix/unsubscribing-everyone into develop 2017-01-08 22:13:41 +00:00
benji7425 071a579f45 Updated changelog 2017-01-08 22:13:38 +00:00
benji7425 967b50f006 Fixed multiple users getting unsubscribed when one user unsubscribes 2017-01-08 22:13:02 +00:00
benji7425 b13ffebdc4 Merge branch 'release/v1.2.0'
Conflicts:
	CHANGELOG.md
	feed-bot.js
2017-01-08 17:03:00 +00:00