jonas747
c9d0ac8463
Update comment to UserGuild
2016-09-28 06:43:37 +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
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