Noah Santschi-Cooney
69edfdf4ac
discordapp.com -> discord.com ( #772 )
...
Change API URL from discordapp.com to discord.com
2020-05-08 21:26:13 -04:00
Carson Hoffman
45124d8303
Revert "Changed domain from discordapp.com
to discord.com
( #769 )"
...
This reverts commit f4ca8874a3
.
2020-05-07 12:27:07 -04:00
Hunter Paulson
f4ca8874a3
Changed domain from discordapp.com
to discord.com
( #769 )
...
* Allow resume on reconnect
* Version 0.20.3: allow resume on reconnect
* Update index.md
* Update README.md
* Update GettingStarted.md
* Update endpoints.go
* Update README.md
* Update event.go
* Update wsapi.go
* Update restapi.go
* Resolved spelling issue
Co-authored-by: Carson Hoffman <c@rsonhoffman.com>
2020-05-04 21:13:28 -07:00
Sebastian Winkler
579121fe1a
adds EndpointGuildIconAnimated; adds guild.IconURL() helper ( #658 )
2019-07-21 21:09:39 -07:00
diamond's alt
a6d2557a8e
Added Asset and ApplicationAssets ( #666 )
...
Fixed ApplicationAssets returning the wrong type
Added Asset and ApplicationAssets
2019-07-21 21:06:20 -07:00
Sebastian Winkler
347a4f69b0
Add premium fields to Guild and Member ( #656 )
...
* adds premium fields to Guild and Member
* fixes formatting
2019-06-08 13:54:39 -07:00
Martín (Netux) Rodríguez
38d030aaed
endpoints(): add EndpointEmojiAnimated ( #572 )
2018-08-17 11:52:12 -07:00
Sebastian Winkler
8f686efd24
adds GuildEmojiCreate, GuildEmojiEdit, and GuildEmojiDelete
2018-05-20 14:37:02 +02:00
Sebastian Winkler
e7e5f85367
adds default avatar generation to AvatarURL method ( #488 )
...
* adds default avatar generation to AvatarURL method
* converts discriminator string to integer in endpoints.go
2018-02-08 20:08:56 -08:00
Sebastian Winkler
18dfe540ad
adds GuildAuditLog() ( #504 )
...
* adds GuildAuditLogs()
* adds missing comments to GuildAuditLog
2018-01-11 07:09:12 -08:00
Carson Hoffman
8f1a335d25
Added fix for #437 ( #452 )
2017-10-08 17:54:06 -07:00
Necroforger
aeda5eb7b1
Update bulk-delete endpoint ( #451 )
2017-10-08 15:37:24 -07: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
Bruce
06b35cfe24
Linting.
2017-09-03 20:01:46 +00:00
Necroforger
faa8ececc0
MessageReactionsRemoveAll ( #414 )
2017-07-29 08:00:05 -07:00
legolord208
7bb0965a6f
Updated to v6 ( fixes #408 ) ( #410 )
...
* Updated to v6
* Unified websocket and REST version
2017-07-22 06:17:39 -07:00
jonas747
9d3cd03314
Add GatewayBot
2017-07-10 18:31:26 +02:00
Rinzen Necroforger
a71f5e3e61
Support animated avatar URLs ( #388 )
...
* Methods to obtain a user's avatar URL
* Created EndpointUserAvatarAnimated and updated AvatarURL
* Fixed the size parameter
2017-05-29 20:03:39 -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
alex
d55c9a45e7
Change image endpoints to use .png, add EndpointGroupIcon and cdn endpoints ( #309 )
2017-01-18 19:47:56 -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
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
Chris Rhodes
c96162c425
Add support for Message Reactions.
2016-11-03 22:07:06 -07:00
Chris Rhodes
ee3e500749
Add webhook support.
2016-11-03 19:41:57 -07:00
RealCodingTeam
12a226f56c
huh
2016-06-28 11:10:38 -04:00
jonas747
f2f2d6430b
Added UserGuildSettingsEdit
2016-06-15 12:07:57 +02:00
Chris Rhodes
3686cc7ce3
Support many more idioms.
2016-06-03 20:59:35 -07:00
VagantemNumen
e435962b50
Added CHANNEL_MESSAGES_BULK_DELETE endpoint.
2016-05-14 05:15:56 +05:00
Chris Rhodes
24e7f04e0e
Add support for GuildEmbed and GuildIntegration endpoints.
2016-04-22 11:34:04 -07:00
Bruce Marriner
24be2cda0b
Added ApplicationBotCreate function
2016-03-11 15:58:38 -06:00
Bruce Marriner
798640ecf7
Added OAuth2 Application endpoints
2016-03-11 13:43:23 -06:00
Chris Rhodes
0ea10a300b
Merge branch 'develop' into guilds
2016-02-15 20:20:53 -08:00
Chris Rhodes
0bd7fbf668
Support new leave API.
2016-02-15 18:38:15 -08:00
Chris Rhodes
ddc830a071
Add new guild endpoints.
2016-02-13 10:28:34 -08:00
Bruce Marriner
259b7c77d9
Comment.
2016-01-27 23:40:59 -06:00
Bruce Marriner
654c78a419
Renamed GUILD_MEMBER_DEL endpoint to just GUILD_MEMBER
2016-01-19 08:56:48 -06:00
Chris Rhodes
5df7209ee4
Add GUILD_SPLASH endpoint. Closes #76 .
2016-01-11 12:40:59 -08:00
Bruce Marriner
301fb980d3
Updated copyright year, cleaned up some comments.
2016-01-07 13:50:44 -06:00
Chris Rhodes
8c8c977c96
Update endpoints.go
2016-01-06 13:28:57 -08:00
Chris Rhodes
b10819ae02
Update endpoints.go
2016-01-06 12:04:04 -08:00
Chris Rhodes
3ec484a5b1
Add emoji endpoint.
2016-01-06 11:43:34 -08:00
Bruce Marriner
57a5245657
Added support for setting channel permission overrides, closes #20
2015-12-29 10:24:19 -06:00
Bruce Marriner
dfb0b891fd
Added support functions for guild role fetching and management, closes #21
2015-12-23 20:09:16 -06:00
Bruce Marriner
bd1e20549a
Removed /guilds/:guild_id/members endpoint, closes #14
2015-12-17 14:11:10 -06:00
Bruce Marriner
35e3966b91
Reworded top comment
2015-11-23 10:16:23 -06:00
Bruce Marriner
abe55ecca7
Some improvements to comments.
2015-11-23 09:45:40 -06:00
Bruce Marriner
141da94538
Don't really need seperate const block
2015-11-23 08:46:18 -06:00