Bruce Marriner
|
3e605c64a6
|
Moving all structs to structs.go for now.
|
2015-11-22 14:21:41 -06:00 |
|
Bruce Marriner
|
82604ee801
|
Removed unneeded Session variable.
|
2015-11-18 07:29:21 -06:00 |
|
Bruce Marriner
|
c78ee4399d
|
Fixed error with Channel struct causing GuildID to not be stored.
|
2015-11-17 10:18:52 -06:00 |
|
Bruce Marriner
|
f655167761
|
Several updates to make library more idiomatic Go
|
2015-11-16 21:39:39 -06:00 |
|
Bruce Marriner
|
05ff822438
|
Stop trying to fight Discord's Int's as Strings and just use strings.
|
2015-11-14 21:02:35 -06:00 |
|
Bruce Marriner
|
074d1bcdae
|
Huge update to Websocket support.
Changed "Server" to "Guild" to remain consistant with Discords
API naming.
|
2015-11-12 23:25:48 -06:00 |
|
Bruce Marriner
|
e6789fde74
|
Inital add of Websockets
|
2015-11-08 21:42:16 -06:00 |
|
Bruce Marriner
|
66da5a3ae4
|
Created a client.go with low level access functions and started
working on "easy access" methods in each data structure that point
to the low level client.go functions. Added channel.go, server.go
|
2015-11-03 08:35:58 -06:00 |
|