Commit Graph

  • e92e087aeb Fixed stupid weird code abalabahaha 2015-12-05 09:59:25 -08:00
  • e13ab5791c Merge branch 'indev' of https://github.com/hydrabolt/discord.js into indev Amish Shah 2015-12-05 17:48:00 +00:00
  • 35cf5f4709 Updated server docs Amish Shah 2015-12-05 17:47:32 +00:00
  • 559ed5f76f More shortcuts abalabahaha 2015-12-05 09:43:11 -08:00
  • ae71087bcc Merge remote-tracking branch 'upstream/indev' into indev abalabahaha 2015-12-05 09:26:09 -08:00
  • d624f82ba3 ESLint as dev dep abalabahaha 2015-12-05 09:25:10 -08:00
  • eb500ecd24 Added startTyping stopTyping and createChannel Amish Shah 2015-12-05 17:21:32 +00:00
  • 10442e5634 Added getLogs Amish Shah 2015-12-05 17:12:15 +00:00
  • 212c672c2f Added sendFile and server.generalChannel Amish Shah 2015-12-05 17:10:48 +00:00
  • 05409ccc21 Finished server shortcuts Amish Shah 2015-12-05 17:08:56 +00:00
  • 780565ff68 Added shortcuts to user and server classes Amish Shah 2015-12-05 17:03:05 +00:00
  • 5a971ba097 Added role shortcuts and to user also Amish Shah 2015-12-05 16:57:58 +00:00
  • f95822dcb7 Added message.edit, textchannel.send, textchannel.sendTTS and pmchannel.send, pmchannel.sendTTS Amish Shah 2015-12-05 16:48:09 +00:00
  • 93db5efe38 Updated README for help with contributing Amish Shah 2015-12-05 16:38:49 +00:00
  • b1b94ccbd0 Updated test script to test more things Amish Shah 2015-12-05 13:10:36 +00:00
  • 2b3418faf4 built serverCreate changes Amish Shah 2015-12-05 12:03:55 +00:00
  • 5201861190 Merge pull request #79 from CKing/patch-2 Amish Shah 2015-12-05 12:00:40 +00:00
  • 01a640feec Fixes server being null on serverCreated event Ch. König 2015-12-05 12:54:16 +01:00
  • 5b1c83b05e Merge pull request #77 from meew0/master Amish Shah 2015-12-04 23:52:03 +00:00
  • af70a34a66 Small fixes to version check meew0 2015-12-05 00:41:56 +01:00
  • 190075d070 Add node version check meew0 2015-12-05 00:39:41 +01:00
  • 4f2e2a115c v5.1.0 web dists v5.1.0 Amish Shah 2015-12-04 21:09:26 +00:00
  • e01b4eb114 v5.1.0 finalised bug fixes Amish Shah 2015-12-04 21:07:15 +00:00
  • c5e41544a2 trying to fix travis build Amish Shah 2015-12-04 20:52:35 +00:00
  • 5cb09fef47 Basic test script setup Amish Shah 2015-12-04 20:50:25 +00:00
  • 455f02fd07 deleted old files Amish Shah 2015-12-04 20:31:30 +00:00
  • ac2398e47c started working on bug fixes and test scripts Amish Shah 2015-12-04 20:30:11 +00:00
  • fdf1107404 updated docs to reflect changes abalabahaha 2015-11-29 11:56:47 -08:00
  • 6564c27faf Folder turned necessary after Discord debate abalabahaha 2015-11-28 21:24:49 -08:00
  • 3c0687ac95 Merge pull request #75 from SimonSchick/resolvererrors abalabahaha 2015-11-28 16:40:25 -08:00
  • 558c01f4da Merge pull request #74 from SimonSchick/patch-1 abalabahaha 2015-11-28 16:39:01 -08:00
  • 0141d6c0ad Merge pull request #73 from SimonSchick/streamerrorfix abalabahaha 2015-11-28 15:33:34 -08:00
  • 6934068c7f Removed redudant catch/throw operations as the error message is now actually useful Simon Schick 2015-11-28 23:03:15 +01:00
  • 4735c85e1b Cleaned up file control structures, no more else if chains when you can return right away, also more describtive errors Simon Schick 2015-11-28 22:59:35 +01:00
  • 92da8d9e48 Docs for isPrivate Simon Schick 2015-11-28 22:37:08 +01:00
  • 687970a3ec Prevent error when trying to close stream by assuming all streams have end/destroy methods Simon Schick 2015-11-28 22:19:17 +01:00
  • 0d45d8bfca Merge pull request #72 from meew0/patch-2 abalabahaha 2015-11-28 12:35:25 -08:00
  • 73549cc174 Add TODO.md to npmignore meew0 2015-11-28 21:14:03 +01:00
  • 44b6233a8d Travis? abalabahaha 2015-11-28 11:40:28 -08:00
  • eaf30cc80c Removed unnecessary folder If you're cloning from the repo, use "grunt --dev" to generate it abalabahaha 2015-11-28 10:58:56 -08:00
  • 0d36abd6a3 Merge pull request #69 from SimonSchick/importexport abalabahaha 2015-11-28 10:53:36 -08:00
  • 4c30890626 Fixed accidental prototype duplicate Simon Schick 2015-11-28 18:56:13 +01:00
  • faa744b1e3 Use import/export since we are using babel, removed unused imports Simon Schick 2015-11-28 17:57:22 +01:00
  • 47b6f6cadd Merge pull request #68 from SimonSchick/streamfix abalabahaha 2015-11-27 10:52:12 -08:00
  • df7590c105 Potential fix for streams not terminating Simon Schick 2015-11-27 19:37:03 +01:00
  • 0d42e8475d Merge pull request #65 from SimonSchick/InternalClient-cleanup abalabahaha 2015-11-27 10:31:06 -08:00
  • 87dbfcd7ed make use of qs instead of manually building querystring promise simplification and optimisation use Array.map instead of forEach for mapping added missing rethrows emit error events in typing removed unusued EventEmitter import no braces for single arg arrow function added missing semicolons Simon Schick 2015-11-24 21:56:29 +01:00
  • 9a6e5f5117 Merge pull request #62 from SimonSchick/master Amish Shah 2015-11-24 16:39:34 +00:00
  • fd54dc4f1f Fixed stack overflow in removeUserFromRole, removed redudant argument grouping, removed redudant error callback wrap Simon Schick 2015-11-24 03:27:56 +01:00
  • 0b1a165139 Prevent error swallowing Simon Schick 2015-11-24 03:21:56 +01:00
  • db5b333085 Forgot some return statements Simon Schick 2015-11-24 03:10:06 +01:00
  • bcbcc1e95d Slightly reduced promise bloat Simon Schick 2015-11-24 02:59:26 +01:00
  • c801dcff2b fixed rejecting promise invoking callbacks reduces unneeded promise wrap fixed cases where the first argument is callback was set despite success added missing returns in awaitResponse made defaults arrow functions, and commented out their defaults to prevent unsused vars added missing returns for status functions Simon Schick 2015-11-24 02:48:05 +01:00
  • bd2b98c4dc Removed unnecessary file abalabahaha 2015-11-22 20:27:07 -08:00
  • 8cb912090f Don't overwrite permissions in updateRole if they aren't passed abalabahaha 2015-11-22 20:25:52 -08:00
  • 014d78638e messageDeleted passes channel abalabahaha 2015-11-22 17:49:23 -08:00
  • c9497a0f75 Emit -ed and fixed presence vs. userUpdated check abalabahaha 2015-11-22 17:15:49 -08:00
  • 213379e669 Fixed compiled version Amish Shah 2015-11-22 17:13:52 +00:00
  • e5ad0e23aa Rebuilt internal client Amish Shah 2015-11-22 15:34:18 +00:00
  • 41cd3f0ce1 Fixed bug where banning would not work Amish Shah 2015-11-22 15:32:14 +00:00
  • 7af5445b93 Added the loose plugin for better support Amish Shah 2015-11-22 15:20:30 +00:00
  • b22995f254 Built src again using the correct preset Amish Shah 2015-11-22 15:12:39 +00:00
  • 68b60c5464 rebuilt files Amish Shah 2015-11-22 15:01:42 +00:00
  • cf33df18cf Simplified awaitResponse hydrabolt 2015-11-21 21:25:28 +00:00
  • d916e5719b Fixed awaiting hydrabolt 2015-11-21 20:59:33 +00:00
  • ddfed4da6c Added awaiting internally hydrabolt 2015-11-21 20:50:58 +00:00
  • 20439172c1 example analysis bot hydrabolt 2015-11-21 20:22:04 +00:00
  • 00d4d154fb Fixed migration error hydrabolt 2015-11-21 18:41:25 +00:00
  • 434116244f Merge branch 'master' of https://github.com/hydrabolt/discord.js hydrabolt 2015-11-21 18:35:57 +00:00
  • 4ba90f36fe Added cache.random() and node engine to package.json hydrabolt 2015-11-21 18:35:51 +00:00
  • bbe3ae5238 Update README.md abalabahaha 2015-11-21 09:09:22 -08:00
  • 1042dfbcfe Updated README hydrabolt 2015-11-21 16:19:18 +00:00
  • c9662b2315 5.0.1 dists v5.0.1 hydrabolt 2015-11-21 15:55:05 +00:00
  • 89100a8bc8 Removed example that does not work hydrabolt 2015-11-21 15:52:16 +00:00
  • cbb69edf85 5.0.1 & docs hydrabolt 2015-11-21 15:51:07 +00:00
  • 477c0a3525 Added installation guide hydrabolt 2015-11-21 15:42:21 +00:00
  • 08544d3cd5 Documented new additions hydrabolt 2015-11-21 15:07:32 +00:00
  • 65698cf525 Added new functions hydrabolt 2015-11-21 14:55:15 +00:00
  • ca6f8d6fc1 Cleaning for RTD theme and a bit of reorganization abalabahaha 2015-11-20 17:50:29 -08:00
  • 0ba7a1796e msg.sender is an alias to msg.author abalabahaha 2015-11-20 17:17:25 -08:00
  • 4b7faf9754 Bye old files abalabahaha 2015-11-20 17:14:18 -08:00
  • 467638f089 CRLF is weird abalabahaha 2015-11-20 17:13:44 -08:00
  • 5496cfc7eb Added warning for examples v5.0.0 hydrabolt 2015-11-20 22:34:26 +00:00
  • f0d42cafbc Merge branch 'rewrite' hydrabolt 2015-11-20 22:29:09 +00:00
  • 389b89fb49 Merge branch 'master' into rewrite hydrabolt 2015-11-20 22:27:54 +00:00
  • 7616f90ea2 Merge pull request #56 from hydrabolt/rewrite Amish Shah 2015-11-20 22:23:16 +00:00
  • 5ffa55663e Merge branch 'master' of https://github.com/hydrabolt/discord.js hydrabolt 2015-11-20 22:23:10 +00:00
  • 95fe52cda1 Did this work? hydrabolt 2015-11-20 22:23:06 +00:00
  • 0d495921b8 Merge pull request #55 from hydrabolt/rewrite-docs Amish Shah 2015-11-20 22:13:07 +00:00
  • 409635d50a v5.0.0! Woo! hydrabolt 2015-11-20 22:12:02 +00:00
  • 294c002bde Put voice connection in the right category hydrabolt 2015-11-20 22:06:36 +00:00
  • f5fd38eca8 Updated test script hydrabolt 2015-11-20 22:05:48 +00:00
  • ffce5b6a9d Added voiceConnection hydrabolt 2015-11-20 22:04:19 +00:00
  • 33a83437cb Added migration docs hydrabolt 2015-11-20 21:58:03 +00:00
  • 3a4def4ec0 Finished resolvable docs hydrabolt 2015-11-20 21:54:51 +00:00
  • 6fd578e7d6 Resolvable documentation hydrabolt 2015-11-20 21:49:48 +00:00
  • b38c63f855 Added permission constants hydrabolt 2015-11-20 21:42:03 +00:00
  • c5f81298f9 Added channel permissions hydrabolt 2015-11-20 21:34:21 +00:00
  • 4c29e2ce9b Documented PermissionOverwrite hydrabolt 2015-11-20 21:29:27 +00:00
  • 703b56f394 Added role docs hydrabolt 2015-11-20 21:14:35 +00:00