Chris Rhodes
bb42325c3a
Add an explicit log and error for when a request is attempted with an unauthorized token that is not a bot token. ( #553 )
2018-05-26 16:52:00 -07:00
Bruce
adc6a99c3d
Merge pull request #551 from Seklfreak/add-emoji-methods
...
adds GuildEmojiCreate, GuildEmojiEdit, and GuildEmojiDelete
2018-05-24 09:08:06 -05:00
Sebastian Winkler
9aae26445f
adds InviteWithCounts
2018-05-23 16:27:14 +02:00
Sebastian Winkler
1bf986726a
fixes comments
2018-05-20 14:40:55 +02:00
Sebastian Winkler
8f686efd24
adds GuildEmojiCreate, GuildEmojiEdit, and GuildEmojiDelete
2018-05-20 14:37:02 +02:00
Rens Rikkerink
80ac382641
Added GuildChannelCreateComplex
2018-05-09 14:55:49 +02:00
Rens Rikkerink
da902d321c
Reduce data sent to the DAPI in GuildChannelsReorder ( #537 )
...
This function currently has an issue where it sends too much data, causing Discord to reject the request as it believes you're trying to amend several fields by sending all of them.
This change resolves that by creating a simplified version of the Channel struct that only sends the data required for reordering.
2018-04-20 07:17:00 -07:00
Noah Santschi-Cooney
169895af55
Removed state checking from (s *Session) Guild(...) to be consistent with other methods ( #530 )
2018-04-07 15:53:07 -07:00
Bruce
75d58fe706
Merge pull request #445 from robbix1206/webhookEditChannelID
...
BREAKING CHANGE - Add ChannelID to WebhookEdit (#434 )
2018-04-04 10:54:12 -05:00
Bruce
a9f8ccef5f
Merge pull request #511 from Seklfreak/add-guildchannelcreate-channeltype
...
BREAKING CHANGE - makes GuildChannelCreate use ChannelType (#510 )
2018-04-04 10:00:13 -05:00
antihax
1cdc34e413
Add GuildMemberAdd
2018-03-26 14:56:28 -07:00
Necroforger
1ff9565306
Added UserConnections function and structs ( #514 )
...
* Added UserConnections function and structs
* Rename Connection to UserConnection
* Embed Integrations inside GuildIntegration and remove GuildIntegrationAccount
* Replaced GuildIntegration with Integration
2018-03-07 15:45:09 -08:00
Sebastian Winkler
eb11ffb51c
makes GuildChannelCreate use ChannelType ( #510 )
2018-02-22 14:44:09 +01:00
Sebastian Winkler
18dfe540ad
adds GuildAuditLog() ( #504 )
...
* adds GuildAuditLogs()
* adds missing comments to GuildAuditLog
2018-01-11 07:09:12 -08:00
Bruce Marriner
b58212ae33
If there's an err, return it :)
2017-12-27 21:13:27 +00:00
psheets
e024d5f032
Add ChannelEditComplex ( #493 )
...
* Add ChannelEditComplex
* Fixed comment format
* gofmt
* Reverted permissions and fixed ChannelEditComplex
* Reverted Perms
* Delete discordgo - Shortcut.lnk
removed link
* Added ChannelID param to ChannelEditComplex
* gofmt
2017-12-14 21:59:07 -08:00
vim2meta
74a0038b63
Update restapi.go
2017-11-19 10:13:04 -05:00
vim2meta
d4e2b50ce4
Update restapi.go
2017-11-19 10:12:21 -05:00
Lukas Breuer
1b69ba4a5f
Format restapi.go with gofmt
2017-11-11 19:49:05 +01:00
Lukas Breuer
a838552b22
Remove XKCDPass Invites
...
This feature has been removed from the API quite some time ago.
2017-11-11 18:40:05 +01:00
Carson Hoffman
8f1a335d25
Added fix for #437 ( #452 )
2017-10-08 17:54:06 -07:00
Erik McClure
97a510ca0a
Add rate limit buffering support ( #430 )
...
* Fix #406 : reconnect() can be called while still connected
* Add memberMap to speed up member queries
* Fix error return value and remove deletion
* Fix GuildAdd member map initialization edge case
* Add rate limit buffering support
- Break request into requestInner
- Break LockBucket into LockBucketObject
- Change getBucket to GetBucket so it can be externally accessed
- Add RequestBuffer interface
- Add RequestBuffer pointer to Bucket struct
- Add RequestPostWithBuffer() function to Session
* Remove internal implementation, export ratelimiter instead
2017-10-07 10:54:46 -07:00
robbix1206
550145114d
Add ChannelID to WebhookeEdit ( #434 )
2017-09-21 20:11:41 +02:00
jD91mZM2
c768789edf
Delete useless comma
2017-09-08 17:02:33 +02:00
jD91mZM2
f73dec458e
Stuff... yay
2017-09-08 17:01:32 +02:00
Nick Dumas
c4a08de525
Remove a misspelled copy of EndpointGuildInvites. Issue #440 ( #441 )
...
Reference Issue: https://github.com/bwmarrin/discordgo/issues/440
This endpoint was declard twice in endpoints.go, and used in the
GuildInvites() method on Session values. I replaced the misspelled
invocation.
All tests pass.
2017-09-07 13:46:40 -07:00
Chris Rhodes
fd8721a522
Revert "Fixed 404 when calling Session.GuildCreate ( #439 )"
...
This reverts commit cf237e4c25
.
2017-09-04 21:39:35 -07:00
CarsonHoffman
cf237e4c25
Fixed 404 when calling Session.GuildCreate ( #439 )
2017-09-04 18:30:22 -07:00
LEGOlord208
2f51bf4d58
Merge branch 'develop' into 1
2017-08-29 07:53:58 +02:00
LEGOlord208
5cc3122299
Merge remote-tracking branch 'upstream/develop' into 1
2017-08-29 07:48:34 +02:00
LEGOlord208
9a36098f5c
Revert one usecase
2017-08-29 07:46:24 +02:00
robbix1206
d6b616c58f
#429-Fix ( #432 )
2017-08-19 10:36:29 -07:00
Necroforger
faa8ececc0
MessageReactionsRemoveAll ( #414 )
2017-07-29 08:00:05 -07:00
LEGOlord208
fede59cfa0
Fixed compilation issues
2017-07-23 08:46:05 +02:00
LEGOlord208
2079ab8efb
More printfs
2017-07-23 08:42:47 +02:00
LEGOlord208
b813c5d0ca
Merge branch 'develop' into 1
2017-07-23 08:27:41 +02:00
jonas747
83e18aad7d
Fix comment for GatewayBot
2017-07-10 18:31:26 +02:00
jonas747
9d3cd03314
Add GatewayBot
2017-07-10 18:31:26 +02:00
AAAAAAAAAAA
ef520cb26d
Add GuildMemberDeleteWithReason ( #399 )
2017-07-02 17:42:05 -07:00
rfw
874325a504
Add and fix support for multiple file uploads via ChannelMessageSendComplex via the new field MessageSend.Files. ( #391 )
...
For compatibility with existing library consumers, the File field is retained but will behave as if Files contained that single file. If both are specified, ChannelMessageSendComplex will return an error.
The message JSON payload is moved to a form-data field called `payload_json`, instead of set in multipart form data. This is supported and the recommended way, as per the API docs.
Apparently, you can attach multiple files if you just name the parts names differently in the multipart request. The parts are named here using the order the files were specified, as `file%d`. This is not documented in the API docs, but definitely works.
This also removes serialization of the File field via json.Marshal, as it will never be directly serialized in the JSON. The new field, Files, is similarly not marshaled.
This additionally adds a ContentType field in File, which can be used to specify the content type of the attached file. The ContentType field will default to setting the header to `application/octet-stream` if empty. Discord currently doesn't do much with the Content-Type header, but we should pass this information along anyway in accordance to the MIME standard.
2017-06-10 13:13:28 -07:00
legolord208
6aec04d69d
omitempty ( #383 )
2017-05-20 10:56:45 -07:00
legolord208
aa3973f956
Made error constants ( Fixed #315 ) ( #377 )
2017-05-08 06:48:19 -07:00
Bruce
5e2c93b4f1
Added warning to New/Login functions fixes #342
2017-05-03 21:47:57 +00:00
legolord208
2b80b35528
ChannelFileSendWithComplex ( #370 )
...
* ChannelFileSendWithComplex
* Moved to ChannelMessageSendComplex
* Oops
* Return consistency
* Re-used variable
* Omit empty
2017-05-01 07:50:49 -07:00
jonas747
4fb7760b59
Added reason go GuildBanCreate ( #367 )
...
* Added reason go GuildBanCreate
* Added GuildBanCreateWithReason
2017-04-28 18:41:48 -07:00
legolord208
5cc4af9aa2
Chaining ChannelMessageEditComplex ( #365 )
...
* Chaining ChannelMessageEditComplex
* Removed .Do()
2017-04-28 12:24:38 -07:00
legolord208
43c8b518ad
Added user notes ( #361 )
...
* Added user notes
* Added note websocket event (thanks iopred :D)
* Added ready event (thanks again, iopred)
* Renamed function
2017-04-28 12:22:02 -07:00
Lord-Ptolemy
be3675c2c2
Fixed grammatical error
2017-04-27 21:27:35 -04:00
LEGOlord208
65f0cb9f73
Arise error when user has 2FA ( #359 )
...
* Arise error when user has 2FA
* Fixed error message
* Removed ticket
2017-04-18 21:35:17 -07:00
Bruce
7044ac3441
username can be omitted on UserUpdate
2017-04-14 14:00:25 +00:00
LEGOlord208
7bcc0fbaca
Added more fields ( #354 )
...
* Added more fields
* Fixed error
* Yep ok
2017-04-11 21:51:24 -07:00
LEGOlord208
851e8d3581
SendContent ( #352 )
...
* SendContent
* Fixed error...?
* Commented
* Yep let's do that
* Oops
* Oki
* Whatever you say, Travis... :<
* Omit them empty structs
2017-04-09 21:47:32 -07:00
LEGOlord208
fea42d937a
ChannelMessageSendComplex ( #349 )
...
* ChannelMessageSendComplex
* ChannelMessageEditComplex
* I am a murderer.
* Travis didn't like that.
* I can't spell
2017-04-07 20:15:31 -07:00
LEGOlord208
a08cbd9ba7
It's not bot only though...
2017-04-05 14:46:35 +02:00
LEGOlord208
d4f874c0f4
UserAvatar to accept user object. ( #337 )
...
* UserAvatar to accept user object.
One of the most important thing with this library is that it does 1 request per function. You have 100% control over how many web requests get made.
UserAvatar breaks that.
UserAvatar now accepts a user, which not only makes you know how many web requests gets made, but might also save on web requests if you have an existing user object.
* Removed dots. Please work, travis :<
* Ohhh... A friend spotted the error!
* `go fmt` and fixed comment... PLS TRAVIS
2017-03-13 10:10:58 -07:00
Sebastian Winkler
b7f00b390a
Added ChannelMessageSendEmbedWithMessage ( #335 )
...
* Added ChannelMessageSendEmbedWithMessage
* Updates ChannelMessageSendEmbed to use ChannelMessageSendEmbedWithMessage
2017-03-13 08:05:01 -07:00
Jonathan Alexander
383bdad7dd
Add support for @me in GuildMemberNickname ( #319 )
2017-02-11 22:17:54 -08:00
jonas747
dce3ada92b
Proper ratelimit buckets for RoleAdd and RoleRemove ( #311 )
2017-01-14 10:04:36 -08:00
Floretta
dacb0a3a0c
Added comment line describing the around parameter
2017-01-03 16:42:27 +01:00
Floretta
c4c9502072
added Around parameter to ChannelMessages
2017-01-02 22:49:03 +01:00
jonas747
edc3213ffb
Reuse http client, and export it ( #301 )
2016-12-25 16:23:11 -08:00
Bruce Marriner
9e777a083b
Linting.
2016-12-11 12:45:34 -06:00
Chris Rhodes
fb346787be
Improve permissions. ( #298 )
...
* Fix permissions to take into account @everyone override in channels.
* Keep early exit for channel owner.
2016-12-10 20:31:16 -08:00
jonas747
86a21ea94b
Updated userguilds to new api ( #296 )
...
* Updated userguilds to new api
* Fixed typos
2016-12-10 09:45:07 -08:00
Chris Rhodes
36601253a4
Remove use of reflect.
...
This introduces gogenerate'ed EventHandlers from the files in events.go
This also adds support for AddHandlerOnce.
2016-12-03 23:31:07 -08:00
AI
2092185ec5
Implement support for new member role endpoint ( #289 )
...
Implements support for the new member role add and delete endpoint
hammerandchisel/discord-api-docs#179
2016-11-30 08:57:22 -08:00
Matthew Gerstman
d726f93375
Fix issue with trailing slashes in MacOS ( #292 )
...
* Fix issue with trailing slashes in MacOS
2016-11-29 19:24:22 -08:00
Chris Rhodes
54e0bd6087
Fix Admin permission calculations.
2016-11-29 19:09:01 -08:00
rytone
3f6a127baa
Support for editing messages with embed data ( #290 )
2016-11-19 20:28:52 -08:00
Chris Rhodes
717c8f2538
Support embed messages.
2016-11-13 22:04:30 -08:00
AI
ed7a451a31
Add support for relationships ( #284 )
...
* Add support for relationships
Adds Support for:
- Sending friend request.
- Accepting friend request.
- Getting all the relationships.
- Getting all the mutual friends with another user.
- Blocking a user.
**Note:**
- Bot accounts are not allowed to access the endpoint.
- May close bwmarrin/discordgo#150
* Implement requested changes
Changed the uint8 declarations to int.
* Change the missed unint8 declaration to int
Missed one instance of unint8 during previous push.
2016-11-08 17:07:04 -08:00
AI
602885488b
Fix supprt for reaction endpoint ( #283 )
...
- Adds support for deleting the reaction for a given user.
- Requires MANAGE_MESSAGES permission.
- Fixes the Sesssion.MessageReactions(...) function.
2016-11-08 11:49:30 -08:00
AI
982cd7d7c3
Add support for the prune endpoint ( #282 )
...
* Add support for the prune endpoint
Adds functions to get the amount of members that could be pruned
and to prune members using the prune endpoint.
May close : bwmarrin/discordgo#147
* Deal with the go vet error
Removed the json tags from the unexported struct.
Should pass the tests now.
* Make the PR consistent with the rest of the file.
Removes url building in favour of string concatenation.
* Fix the previous commit
Adds back the result struct.
Converts the uint32 to string.
* Deal with golint comments
* Remove the failing test
Cleans up the uri concatenation.
Removes the failing test due to incorrect permissions.
2016-11-07 16:06:08 -08:00
jonas747
56b19073d3
Ratelimits ( #273 )
...
* Added ratelimiter
Handles the new ratelimit headers
- X-RateLimit-Remaining
- X-RateLimit-Reset
- X-RateLimit-Global
* Pad only reset time with a second
* Moved ratelimiter out of internal package
* Change for loop, move global ratelimit check inside sleep check
* Moved ratelimiter locking to getBucket
* Added global bucket
* Changed how bucket id's are done
Now each request function will need to specify the bucket id if the
endpoint contains minor variables
* Allow empty bucketID in request
* Remove some uneeded Endpoint* function calls
* Added test for global ratelimits
* Fixed a silly little mistake causing incorrect ratelimits
* Update test comments, Fixed treating a endpoint as 2 in ratelimiting
* Use date header from discord instead of relying on sys time sync
* Update all REST functions to use RequestWithBucketID
* Embed mutex into bucket
* Added webhook and reaction buckets
2016-11-04 08:07:22 -07:00
Chris Rhodes
5ef835fc80
Fix GuildBans. Fixes #263
2016-11-03 22:39:55 -07:00
Chris Rhodes
c96162c425
Add support for Message Reactions.
2016-11-03 22:07:06 -07:00
Chris Rhodes
84a92549bc
Merge pull request #274 from iopred/develop
...
Add Webhook support.
2016-11-03 19:47:15 -07:00
Chris Rhodes
ee3e500749
Add webhook support.
2016-11-03 19:41:57 -07:00
jonas747
9187964002
Added custom rest error type ( #271 )
2016-10-13 19:13:42 -07:00
jonas747
9f24531220
Update ChannelMessageAck because of api changes ( #270 )
2016-10-13 12:42:05 -07:00
robbix1206
af3fe4842a
Add Support of changing user status ( #258 )
...
Add Support of changing user status
2016-09-28 10:04:37 -07:00
Chris Rhodes
ef83d2098f
Merge pull request #236 from jonas747/split
...
Added UserGuild struct, UserGuilds now returns a UserGuild slice
2016-09-27 22:04:37 -07:00
jonas747
c9d0ac8463
Update comment to UserGuild
2016-09-28 06:43:37 +02:00
Chris Rhodes
8bd3f75441
Merge pull request #227 from jonas747/retry
...
Retry on 502's
2016-09-27 21:19:25 -07:00
Chris Rhodes
cd6971839a
Use the everyone role to initialise the permission flags.
2016-09-15 18:51:57 -07:00
soft as HELL
1ab71f4b12
Update GuildRoleEdit
2016-09-11 14:32:58 +03:00
jonas747
9344321923
Update GuildMembers to new format, #218
2016-07-31 17:20:12 +02:00
jonas747
3fd53413de
Added userguild struct, and UserGuilds() now returns a userguild
2016-07-29 23:13:55 +02:00
daniel portella
f4b8e2ecc2
added ChannelSendFileWithMessage
...
kept it backwards compatible so previous apps dont crash with missing field.
2016-07-26 22:18:20 +01:00
Bruce
1dcb081f13
Merge pull request #230 from jonas747/funsplit
...
Fix ratelimit mutex with url parameters
2016-07-22 14:49:33 -05:00
Bruce Marriner
d28aed7326
Move deprecation comment so lint test passes
2016-07-19 07:45:00 -05:00
jonas747
a504a0adb9
Fix ratelimit mutex with url parameters
2016-07-19 14:18:49 +02:00
Bruce Marriner
ea72e85416
Deprecated Session.UserChannelPermissions
...
Created new UserChannelPermissions in State.
2016-07-18 17:04:00 -05:00
Bruce Marriner
5501cac820
Retry After Milliseconds, fixes #228
2016-07-11 22:34:34 -05:00
jonas747
092ed4b585
Retry on 502's
2016-07-11 22:30:11 +02:00
RealCodingTeam
12a226f56c
huh
2016-06-28 11:10:38 -04:00
Chris Rhodes
b225864d96
Use State for UserChannelPermissions when possible.
2016-06-25 16:22:17 -07:00
Bruce
5f2a99e666
Merge pull request #217 from nstafie/develop
...
Add function to get a single message by ID
2016-06-17 16:51:34 -05:00
Bruce Marriner
fb663ac348
Linting
2016-06-17 15:44:01 -05:00
Nicholas Stafie
912d26b6bf
Add function to get a single message by ID
2016-06-15 16:37:55 +03:00
Bruce
79d49f86fb
Merge pull request #216 from jonas747/userguildsettings
...
Added UserGuildSettingsEdit
2016-06-15 08:30:01 -05:00
jonas747
f2f2d6430b
Added UserGuildSettingsEdit
2016-06-15 12:07:57 +02:00
Bruce Marriner
ae860ce166
Follow Go naming conventions.
2016-06-14 09:04:41 -05:00
Bruce Marriner
323216e171
Update GuildChannelsReorder with new endpoints
2016-06-04 19:50:20 -05:00
Bruce
15f6afb2d7
Merge pull request #211 from jonas747/guildchannelsupdate
...
Added GuildChannelsReorder
2016-06-04 19:46:18 -05:00
Chris Rhodes
3686cc7ce3
Support many more idioms.
2016-06-03 20:59:35 -07:00
jonas747
ca07a8f9d3
Change GuildChannelsUpdate to GuildChannelsReorder
2016-06-04 04:34:09 +02:00
jonas747
c13c190516
Added GuildChannelsUpdate
2016-05-30 11:51:51 +02:00
Bruce Marriner
dc3b3ea170
Merge branch 'develop' of https://github.com/bwmarrin/Discordgo into develop
2016-05-14 15:59:03 -05:00
Bruce Marriner
65a1d5cf6a
Do not set content-type for GuildChannels endpoint
2016-05-14 15:58:39 -05:00
VagantemNumen
a2c826192f
Added check for maximum messages in the slice.
...
If more than 100 is present send the first 100 in the request and
ignore the rest.
2016-05-14 06:15:50 +05:00
VagantemNumen
35e6225f87
Added ChannelMessagesBulkDelete function.
...
Requires a channelID and a slice of messageIDs from the channel.
If only on ID is in the slice calls ChannelMessageDelete() internally.
If the slice of IDs is empty do nothing.
2016-05-14 05:27:41 +05:00
Bruce Marriner
ad2aa618dd
Expand rate limit locks a little
2016-05-02 09:55:30 -05:00
jonas747
c8b796b223
Add GuildMemberNickname
2016-04-30 23:43:05 +02:00
Bruce Marriner
c8e6cbffcf
Merge branch 'develop' of https://github.com/bwmarrin/Discordgo into develop
2016-04-28 21:18:53 -05:00
Bruce
9aaebf7100
Merge pull request #186 from jonas747/develop
...
Fixed ChannelMessageAck
2016-04-28 18:16:50 -05:00
Bruce Marriner
38c51ce788
Renamed RateLimited to RateLimit
...
This is more consistant with other event names.
2016-04-28 17:43:41 -05:00
Bruce Marriner
098d7861a4
BREAKING - Added RateLimited event
...
Renamed RateLimit struct to TooManyRequests{} and added new event struct
RateLimited{} which can be registerd to with AddHandler() and will be
emitted anytime a HTTP 429 is received on the HTTP API.
2016-04-28 17:41:05 -05:00
jonas747
beec086d69
Fixed ChannelMessageAck
2016-04-29 00:40:42 +02:00
Bruce Marriner
a24f9e3d10
Slight better rate limit handling
...
This improves greatly on the previous rate limit handling
however still needs review and possible improvement.
Please report bugs!
2016-04-28 13:38:20 -05:00
Bruce Marriner
e2e03c3078
Do not allow sending role colors > 0xFFFFFF
2016-04-25 15:19:23 -05:00
Bruce Marriner
11404bc598
Moved resquest api data log to request() func
2016-04-25 12:12:34 -05:00
Bruce Marriner
21739b0274
Add a little spacing when logging rest api requests
2016-04-25 12:05:02 -05:00
Chris Rhodes
8be21fb539
Fix unmarshall error with Invite, improve error logging.
2016-04-23 11:03:07 -07:00
Chris Rhodes
24e7f04e0e
Add support for GuildEmbed and GuildIntegration endpoints.
2016-04-22 11:34:04 -07:00
Bruce Marriner
1a672823a2
Lint and Cleanup
2016-04-11 18:54:19 -05:00
jonas747
d1f25d8561
Changed fmt.Print to log.Print
2016-03-21 17:13:39 +01:00
Bruce Marriner
f9bf5fb040
Added HTTP 201 to Request and gofmt :)
2016-03-11 13:43:45 -06:00
abalabahaha
539b9d203f
Fix UserChannelPermissions
2016-03-04 05:50:11 -08:00
abalabahaha
cd24674ebb
Added UserChannelPermissions function
2016-03-04 08:07:57 +00:00
noisypixy
ce9840f8c4
Constant missing in Go < 1.6
2016-03-02 21:13:53 -04:30
noisypixy
6c820412cf
Replace HTTP status codes for net/http constants.
2016-03-02 19:26:00 -04:30
Nicholas Stafie
58fe658fa5
Add VerificationLevel value consts and a typedef for int
2016-02-27 00:28:05 +02:00
Bruce
226df093f6
Merge pull request #132 from nstafie/develop
...
BREAKING -- Add support for setting guild region and verification level
2016-02-26 14:58:56 -06:00
Bruce Marriner
a45e493e1f
Add limit max values in comments
2016-02-24 23:29:59 -06:00
Nicholas Stafie
f5ac3b10bf
Better document GuildEdit arguments
2016-02-25 00:31:51 +02:00
Nicholas Stafie
1a844d697d
Add support for guild region and verification level
2016-02-25 00:27:13 +02:00
Bruce
f67b8152cf
Merge pull request #127 from iopred/docs
...
BREAKING -- Change API for ChannelMessages to accept Message ID's as strings. Fixes #120
2016-02-20 17:33:59 -06:00
Bruce Marriner
c3cb8469bb
Removed GuildInviteCreate function.
2016-02-20 17:03:07 -06:00
Chris Rhodes
50b7bdd6ff
Change API for ChannelMessages to accept Message ID's as strings. Fixes #120
2016-02-20 14:21:25 -08:00
Bruce Marriner
e1a88003e6
Will use current rate limit method for forseable future, closes #12
2016-02-20 15:56:07 -06:00
Bruce Marriner
e0010ab0ba
Add limit and offset to GuildMembers, closes #105
2016-02-19 00:42:52 -06:00
Bruce
f801d95c14
Merge pull request #114 from iopred/guilds
...
Partial support new GuildMember endpoints.
2016-02-18 21:56:07 -06:00
Chris Rhodes
ab2ab944bb
👌
2016-02-18 00:01:23 -08:00
Bruce Marriner
22bb771120
Added func GuildMemberMove, closes #92
2016-02-18 00:39:53 -06:00
Chris Rhodes
0ea10a300b
Merge branch 'develop' into guilds
2016-02-15 20:20:53 -08:00
Bruce Marriner
aebfb09719
Baby Linting.
2016-02-15 21:50:41 -06:00
Bruce
0dea8696c0
Merge pull request #110 from iopred/guildleave
...
Support new guild leave API.
2016-02-15 20:59:15 -06:00
Chris Rhodes
32dc320386
👌
2016-02-15 18:39:43 -08:00
Chris Rhodes
0bd7fbf668
Support new leave API.
2016-02-15 18:38:15 -08:00