Commit graph

39 commits

Author SHA1 Message Date
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
Bruce Marriner
4e6a538961 Changed to HTTPS REST connection 2015-11-18 07:30:30 -06:00
Bruce Marriner
7f4e83460d Moving endpoints to seperate file. 2015-11-16 21:50:46 -06:00