Brian Tanner
0a648e80c9
handle ffmpeg/avconv not found ( #501 )
2016-08-06 08:18:12 -07:00
Hugo Holmqvist
420e8527c2
Doc examples for sending files, deleting messages and logging in ( #499 )
...
* Add examples on sending files
* Add docs on deleting messages
* Add docs for logging out, fix spelling
2016-08-05 17:22:40 -07:00
Manuel Kraus
1624daa730
Update ChannelPerimssions.serialise() ( #497 )
2016-08-04 22:29:06 -07:00
abalabahaha
2b7f88ae3a
Unminify files
2016-08-05 08:11:45 +09:00
Hayden Andreyka
c2163a29c0
Docs update ( #495 )
...
* Fix pagebreaks and formatting
* Start touching up sections
* Grab default channel
Usually the general channel anyways 😋
* Add more information
* move this up here
* derp
* cleanup
* touchups
Too many commits? noooo
* Add template literals everywhere, fix backticks and some other stuff
* quote standardization
is that even spelled right
* final touches
there have been a lot of final touches today
2016-08-04 14:49:29 -07:00
Hugo Holmqvist
36245941b3
Fix undefined everyoneMentioned ( #492 )
...
* Fix undefined everyoneMentioned
* Fix double semicolon
2016-08-04 13:32:38 -07:00
abalabahaha
da31ae589a
8.1.0
8.1.0
2016-08-02 07:21:33 +09:00
Hugo Holmqvist
461e5b337e
Moar doc examples ( #490 )
...
* Add more examples to docs
* docs
* Switch to objects from resolvables
* Small changes in wording
2016-08-02 07:11:25 +09:00
Hayden Andreyka
4f713a3f6d
Added examples section to docs ( #488 )
...
* Started adding usage examples
* Receiving messages
May have to expand on this later
* Changed wording
* Add on to this
Conflicts:
docs/index.rst
2016-08-02 07:10:22 +09:00
abalabahaha
b05e18871a
Fill out browser and device IDENTIFY properties
2016-07-31 06:52:35 +09:00
abalabahaha
1049a1d70a
Add OAuth Application Endpoint constant
2016-07-29 01:17:19 -07:00
abalabahaha
810059200c
Add getOAuthApplication()
2016-07-29 01:05:01 -07:00
abalabahaha
34f71eaba1
Properly reference server IDs when ratelimiting
2016-07-29 09:06:31 +09:00
abalabahaha
95db1d611b
Fix reference to nonexistent property
2016-07-29 07:03:47 +09:00
abalabahaha
41dab17ec0
Fix deleteMessage ratelimiting
2016-07-29 06:58:22 +09:00
abalabahaha
d956780d18
Fix incorrect reference
2016-07-29 06:30:07 +09:00
abalabahaha
b95058399e
Enable autoReconnect by default
2016-07-29 05:56:50 +09:00
abalabahaha
952cfc0456
Experimental active ratelimits (adapted from Eris)
2016-07-29 05:37:43 +09:00
abalabahaha
dc939c48ee
Fix using deleteChannel on private channels
2016-07-28 04:36:04 +09:00
Gus Caplan
babf550459
Add tonicdev support ( #479 )
...
* example file for tonicdev
* add tonicdev to the package.json
* meh
2016-07-28 04:14:58 +09:00
Hugo Holmqvist
a102490b08
Voice event fixes ( #482 )
...
* Fix false voiceSwitch event
* Check channelIDs instead of names
2016-07-28 03:12:33 +08:00
abalabahaha
c63c39eb1f
Bump deps
2016-07-24 09:18:14 +09:00
Brian Tanner
422fffdbfb
a lot of changes to documentation ( #465 )
...
* document paused property
* node twitch.tv urls in setStreaming, added note on autoReconnect in troubleshooting
* Fix improper formatting in Cache.get (#1 )
* Fix grammar in unpinMessage
* Enhance troubleshooting (#2 )
* Enhance troubleshooting
* getChannelLogs can take resolvables
* Include variables
* Add shortcuts
* Add references to shortcuts
* Add shortcuts for User
* Add references for User
* _
2016-07-14 09:05:54 +08:00
Jesse Bryan
45d61f24db
Removed Client#setChannelNameAndTopic and any relevant references (fixed). ( #464 )
...
* Removed undeed functions relating to channelName and channelTopic.
* Compiled the last commit.
2016-07-14 09:05:44 +08:00
Jacob
f49f1ab3c8
fix voice state updates ( #461 )
...
* fix voice state updates
* use .has for backwards compatability and consistency
2016-07-14 08:31:19 +08:00
Manuel Kraus
cd2642c293
Fix updateChannel crashing ( #456 )
2016-07-12 03:13:19 +08:00
Jesse Bryan
7ae7a9aa34
Added a voiceSpeaking event, fired when a user in a voiceChannel starts or stops speaking. ( #452 )
...
* Added an event for the voice speaking packet.
* Updated the docs to reflect the voiceSpeaking event addition.
* Fixed some spacing issues in the VoiceConnection.js file.
* Moved the speaking boolean to the User object.
2016-07-12 03:12:27 +08:00
abalabahaha
620d8cbf15
Fix close event reference
2016-06-29 14:25:23 +09:00
abalabahaha
c8ba6b5265
Add WS close code errors
2016-06-29 14:11:46 +09:00
Évelyne Lachance
1577075e52
Cache now returns null when using get(cacheID) with invalid ID ( #441 )
...
* Cache now returns `null` when using get(cacheID) where the ID is invalid.
* Documented `get(id)`
* Adjusted version in conf.py to 8.0.0
2016-06-26 13:30:24 +09:00
Manuel Kraus
d7026f80a4
Cache.remove fix ( #437 )
2016-06-22 01:36:32 +09:00
Manuel Kraus
ba51df918c
Add pinning ( #434 )
...
Added methods:
pinMessage()
unpinMessage()
getPinnedMessages()
Added params for getChannelLogs:
around
2016-06-18 11:21:52 +09:00
Brian Tanner
9c9768f772
fix Endpoints bug created in constants pr ( #432 )
2016-06-18 06:42:00 +09:00
Brian Tanner
fe3f6c7d20
Change the way constants are exported ( #431 )
2016-06-18 02:24:50 +09:00
Manuel Kraus
0e4612d7ab
Add client.getMessage() ( #428 )
...
* Add client.getMessage
* Add shortcuts
* build it..
* Add missing ~ in note docs
* ............
2016-06-16 07:31:02 +09:00
Manuel Kraus
0f4566dd23
Add notes ( #423 )
2016-06-15 13:04:47 +09:00
Ian Mitchell
7f864578e0
Corrected PM Message Documentation ( #424 )
2016-06-15 13:04:40 +09:00
Brian Tanner
4e8ac47f27
fix econnreset in playRawStream ( #427 )
2016-06-14 13:20:26 +09:00
abalabahaha
644061e881
Unminify lib files
2016-06-13 16:00:43 -07:00
Brian Tanner
ea89b7f783
small sendMessage doc fix ( #426 )
2016-06-14 07:55:39 +09:00
Brian Tanner
d9fa561dd9
fix presence updates not emitting game changes, closes #420 ( #421 )
2016-06-10 11:34:28 +09:00
abalabahaha
2cd1104d3d
8.0.0
8.0.0
2016-06-09 11:41:04 +09:00
abalabahaha
5133096a12
Upgrade deps
2016-06-09 11:34:13 +09:00
Programmix
02f39e00bf
Handle incomplete websocket message ( #413 )
...
Sometimes the VOICE_SERVER_UPDATE packet will contain a valid guild_id
but no token/endpoint.
2016-06-06 19:27:53 -07:00
Programmix
e59dd9b12a
Use pre-parsed websocket messages ( fixes #407 ) ( #412 )
2016-06-05 13:53:57 -07:00
Bruno Moreira
1672465768
Add destroy to docs ( #411 )
...
Just found this missing function.
2016-06-05 11:03:36 -07:00
abalabahaha
293f416e15
Actually return something
2016-06-03 19:16:09 -07:00
abalabahaha
6cd0561014
Possibly fix #404 , #405 , #409
2016-06-03 18:36:17 -07:00
Meishu
2bd7d9dc24
Fix misnamed variable in setChannelTopic ( #403 )
2016-06-03 18:31:34 -07:00
Brian Tanner
2ac679c169
unset game if empty string is passed ( #408 )
2016-06-03 12:16:51 -07:00