Commit Graph

3126 Commits

Author SHA1 Message Date
abalabahaha d2a9f15e82 Fixed options + message cache limit + server member count + leaving users 2016-03-10 22:16:05 -08:00
abalabahaha ef679e87c4 Attempted better ffmpeg handling 2016-03-10 21:40:19 -08:00
abalabahaha b5c200901b Prepare for upcoming leave/deleteServer separation (fix #198) 2016-03-06 13:14:15 -08:00
abalabahaha 4e58de8cd6 Make FFMPEG error reject encoding 2016-03-06 13:04:23 -08:00
abalabahaha dd6c158250 Use binary in sendFile (fix #172) 2016-03-06 10:55:32 -08:00
Khionu Terabite b541cfa89a Create CONTRIBUTING.md 2016-03-06 13:34:49 -05:00
abalabahaha 7ec859d5a1 Remove console.log from compiled version 2016-03-06 04:54:31 -08:00
abalabahaha 538df5f76b memberMap on guild chunks, fire voice channel changes (fix #177) 2016-03-06 04:51:21 -08:00
abalabahaha a8ee8e8759 Update docs_client.rst 2016-03-04 12:59:08 -08:00
abalabahaha 6889743d5e Tried to fix #201 2016-03-02 17:40:28 -08:00
abalabahaha df73f52454 Human-readable bot user status 2016-03-02 17:35:28 -08:00
abalabahaha 159602b359 createInvite forgot to Promise properly 2016-02-25 18:27:33 -08:00
abalabahaha beb44b7bfa large_threshold vs offline server owner vs ServerChannel.permissionsOf 2016-02-23 09:01:04 -08:00
abalabahaha 91a05be386 forceFetch callback when no fetch necessary 2016-02-20 22:25:53 -08:00
abalabahaha 0ec5d3e8d7 Empty array instead of undefined 2016-02-20 19:30:50 -08:00
abalabahaha 7b24127de5 ready fires after forceFetchUsers if option is true 2016-02-20 19:08:48 -08:00
abalabahaha 41924df875 Debug code lol 2016-02-20 18:45:26 -08:00
abalabahaha 47ecc934f1 Attempting forceFetchUser callback 2016-02-20 18:33:36 -08:00
abalabahaha 78b18de1e1 Random nonexistent object reference fixed 2016-02-19 00:02:08 -08:00
abalabahaha 5c9865fc3c Small fixes 2016-02-18 20:49:03 -08:00
abalabahaha e4641fe701 resolveChannel should take PM channel IDs 2016-02-17 08:24:11 -08:00
abalabahaha fd34c935a2 Correct docs
mentions is an array, not a cache
2016-02-16 22:29:43 -08:00
abalabahaha f49600af17 Use USER_UPDATE 2016-02-14 13:19:07 -08:00
hydrabolt 315ae22a7f potential server_member_update bugfix? 2016-02-13 21:04:47 +00:00
Amish Shah 9a57e7ab03 Merge pull request #184 from aequasi/179
Adding volume wrapper
2016-02-13 18:23:43 +00:00
hydrabolt 7144ead048 docs 6.66% 2016-02-13 18:21:59 +00:00
hydrabolt 4e03c0b1a2 docs 5.59% 2016-02-13 15:53:01 +00:00
hydrabolt bd187540d3 4.3% coverage 2016-02-13 15:11:27 +00:00
abalabahaha e404361858 Un-meowwww 2016-02-12 19:59:41 -08:00
hydrabolt 54045de5f1 add member chunks 2016-02-12 22:07:56 +00:00
hydrabolt f0c719cf71 see if user exists on presence before creating an entirely new one so username detection etc works 2016-02-12 21:43:05 +00:00
hydrabolt 60587c8d74 track new users from presence 2016-02-12 21:39:34 +00:00
hydrabolt abde946864 added large_threshold as an option 2016-02-12 21:08:13 +00:00
Aaron Scherer 0571958033 Fixing conflicts 2016-02-12 13:08:03 -08:00
hydrabolt 5132c9ade4 added large_threshold 2016-02-12 21:03:27 +00:00
hydrabolt 42f053eb9f Merge remote-tracking branch 'origin/master' into indev 2016-02-12 20:44:18 +00:00
calc84maniac 701c0ca9c4 Let updateDetails use data.email if possible (thanks @calc84maniac) 2016-02-11 10:34:21 -08:00
abalabahaha 9fc5a752f8 colorAsHex should return hex (fixes #188) 2016-02-11 10:30:06 -08:00
Aaron Scherer 3c64cfce4a Adding volume wrapper 2016-02-10 09:53:05 -08:00
Amish Shah ca873ac36e Merge pull request #181 from aequasi/patch-2
Allow seeking for FFmpeg
2016-02-09 18:41:42 +00:00
Aaron Scherer 9ff798a8bc Update docs_voiceconnection.rst 2016-02-09 09:42:37 -08:00
Aaron Scherer b84af789c6 Update docs_voiceconnection.rst 2016-02-09 09:42:05 -08:00
Aaron Scherer c7103f8930 Update AudioEncoder.js 2016-02-09 09:39:44 -08:00
Aaron Scherer 8607a2449c Allow seeking for FFmpeg 2016-02-09 09:38:48 -08:00
meew0 c8acc17d8e Fix usersWithRole parameters 2016-02-06 19:10:33 +01:00
abalabahaha b32a40086e Merge pull request #178 from SooYou/indev
fix resolveServer undefined when TextChannel
2016-02-06 09:27:08 -08:00
SooYou fd5c981d83 fix resolveServer undefined when TextChannel
So far it has been the case that resolveServer has been returning
undefined in the case that the resource was a Message from a TextChannel.
This was the case because the conditional returned the value of member
"server" in the Message object. The Message object doesn't have a server
member though. The fix is to use the "channel" member of the Message
object and return its "server" member which was likely the original
intention considering the if statement.
2016-02-06 18:18:00 +01:00
Amish Shah 4b8f85d44a Exposed Discord.Cache 2016-02-04 21:09:30 +00:00
abalabahaha 287c143c0e Merge pull request #176 from enebe-nb/indev
Fix setUsername() crash and game status
2016-02-03 08:29:05 -08:00
Neto Becker 3283283b4d fix game status not been updated when closing the game 2016-02-03 12:47:23 -02:00