Bruce Marriner
|
bb4f63775e
Updated to support new Discord method of sending game playing data, closes #34
|
8 years ago |
Bruce Marriner
|
850901a5dc
Updated ChannelMessageSend to reflect new mention method used by Discord, closes #9
|
8 years ago |
Bruce Marriner
|
dfb0b891fd
Added support functions for guild role fetching and management, closes #21
|
8 years ago |
Bruce Marriner
|
ff03e10888
Bump version for 0.7.0-alpha for development
|
9 years ago |
Bruce Marriner
|
cc6280cee3
Bump version to 0.6.0
|
9 years ago |
Bruce Marriner
|
ebbe3e3828
Fixed bug in restapi.go where UserUpdate data struct was not declared correctly.
|
9 years ago |
Bruce Marriner
|
0360acbaa0
Added support for USER_UPDATE websocket event, closes #28
|
9 years ago |
Bruce Marriner
|
ac06a113ce
Improvements to Request func closes #32, addition of UserUpdate func closes #19
|
9 years ago |
Bruce Marriner
|
0a5055904c
Up version to 0.6.0-alpha
|
9 years ago |
Bruce Marriner
|
8c301a4126
Clean up voice.go, should work better on other systems now, closes #31
|
9 years ago |
Bruce Marriner
|
b87add9152
All sent JSON data now using structs
|
9 years ago |
Bruce Marriner
|
0fbfc66554
Comments, example posible future main data struct
|
9 years ago |
Bruce Marriner
|
a878a5d306
Added comments
|
9 years ago |
Bruce Marriner
|
332141b083
Updated VoiceChannelJoin func to use struct for data sent over websocket. Also returns an error now.
|
9 years ago |
Bruce Marriner
|
d59d47967c
Converted to using structs for data websocket handshake. Also using VERSION variable in $browser setting
|
9 years ago |
Bruce Marriner
|
383b4645da
Finished support for sending presense/game status updates. Closes #18
|
9 years ago |
Bruce Marriner
|
bd1e20549a
Removed /guilds/:guild_id/members endpoint, closes #14
|
9 years ago |
Bruce Marriner
|
bb60b64ecb
Made User-Agent version a variable.
|
9 years ago |
Bruce Marriner
|
40a7e717f5
Added VERSION constant
|
9 years ago |
Bruce
|
626946ebd4
Merge pull request #16 from gdraynz/user-agent
|
9 years ago |
Guillaume Desvé
|
ec31caac1b
Add DiscordBot user agent
|
9 years ago |
Bruce Marriner
|
5b5c678d6c
Added link to Discord Chat to README.
|
9 years ago |
Bruce Marriner
|
478620480c
Moved examples into individual folders to make go test and travisCI happy.
|
9 years ago |
Bruce Marriner
|
c311538b49
Typo.
|
9 years ago |
Bruce Marriner
|
de3145cd36
Updated Examples section.
|
9 years ago |
Bruce Marriner
|
7d602565eb
Added example using the new helper func New()
|
9 years ago |
Bruce Marriner
|
d91292052e
Added basic example using the low level API functions.
|
9 years ago |
Bruce Marriner
|
1d06c4a3b8
Added helper func New() which greatly simplifies creating a new Discord session.
|
9 years ago |
Bruce Marriner
|
d8ef6cec31
Added link to another Discord Go package.
|
9 years ago |
Bruce Marriner
|
f402265fd7
OnReady event will be handled if no callback is set by user. README updated.
|
9 years ago |