Commit graph

103 commits

Author SHA1 Message Date
Bruce Marriner
abe55ecca7 Some improvements to comments. 2015-11-23 09:45:40 -06:00
Bruce Marriner
10044d50e8 Initial add of discord.go to be used for higher level functions 2015-11-23 09:45:07 -06:00
Bruce Marriner
141da94538 Don't really need seperate const block 2015-11-23 08:46:18 -06:00
Bruce Marriner
50f315d014 No longer needed. 2015-11-22 21:57:41 -06:00
Bruce Marriner
5e7dfcbd52 No longer used. 2015-11-22 21:21:57 -06:00
Bruce Marriner
c07ce445a0 No longer used. 2015-11-22 21:21:30 -06:00
Bruce Marriner
0a76b91f00 discord.go file has no purpose right now. 2015-11-22 14:37:50 -06:00
Bruce Marriner
f789b29a8d Use the right websockets. 2015-11-22 14:23:52 -06:00
Bruce Marriner
534891139a Not needed anymore. 2015-11-22 14:21:53 -06:00
Bruce Marriner
3e605c64a6 Moving all structs to structs.go for now. 2015-11-22 14:21:41 -06:00
Bruce Marriner
221e54ee5a Don't want to send voice speaking on OP4, that's silly. 2015-11-22 14:07:22 -06:00
Bruce Marriner
ce68d0a46e Stop sending port as a string, hopefully so Stanislav doesn't kill me. 2015-11-19 08:17:17 -06:00
Bruce Marriner
d9aeb4926d Experimental voice code added :) 2015-11-18 08:18:46 -06:00
Bruce Marriner
4e6a538961 Changed to HTTPS REST connection 2015-11-18 07:30:30 -06:00
Bruce Marriner
82604ee801 Removed unneeded Session variable. 2015-11-18 07:29:21 -06:00
Bruce Marriner
8ef21d2380 Fixed IDs left as ints instead of strings. THANK YOU - Pikachu 2015-11-17 21:26:24 -06:00
Bruce Marriner
dd1d8eabbf Fixed several functions incorrectly returning an Array - THANK YOU Pikachu :) 2015-11-17 21:13:06 -06:00
Bruce Marriner
4316dfe9b9 Removed "Sample" from VoiceRegions struct 2015-11-17 10:42:58 -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
9b1b8b2e5c Added Gowalker link 2015-11-17 09:06:13 -06:00
Bruce Marriner
bf7753cba2 Slight improvements. 2015-11-17 07:54:45 -06:00
Bruce Marriner
8a761118c5 Update example to match idiomatic Go changes. 2015-11-16 22:10:51 -06:00
Bruce Marriner
ca590e6262 removed unneeded import 2015-11-16 21:51:31 -06:00
Bruce Marriner
5144b323e6 Updates to make code more idiomatic Go 2015-11-16 21:51:04 -06:00
Bruce Marriner
7f4e83460d Moving endpoints to seperate file. 2015-11-16 21:50:46 -06:00
Bruce Marriner
f655167761 Several updates to make library more idiomatic Go 2015-11-16 21:39:39 -06:00
Bruce Marriner
1ae6895552 Notice about unfinished library. Notes about goreportcard 2015-11-16 16:02:35 -06:00
Bruce Marriner
aba292d922 Fixed unexported "mute" in Members 2015-11-16 15:55:38 -06:00
Bruce Marriner
18b20b484f Example Bot shouldn't be part of main package. 2015-11-16 15:48:30 -06:00
Bruce Marriner
d38dd7e135 Added links to Go Report and Travis CI status 2015-11-16 15:12:55 -06:00
Bruce Marriner
2af61ea2c5 First commit of Travis CI file 2015-11-16 15:09:09 -06:00
Bruce Marriner
9a9175deec Added pretty GoDoc link 2015-11-16 14:55:53 -06:00
Bruce Marriner
08e148c280 Lowercase for GoDoc 2015-11-16 14:48:35 -06:00
Bruce Marriner
10cf7cee6c Link to GoDoc 2015-11-16 14:47:16 -06:00
Bruce Marriner
03f00298d3 More concise 2015-11-16 14:38:59 -06:00
Bruce Marriner
afae8a76ba Cleanup. 2015-11-16 14:38:07 -06:00
Bruce Marriner
17a5668f0c Added example code. 2015-11-16 14:30:26 -06:00
Bruce Marriner
a5336e53da Inital add of example bot 2015-11-16 14:08:29 -06:00
Bruce Marriner
f9c5f2bdc8 Updated to match current state of package 2015-11-16 13:24:34 -06:00
Bruce Marriner
91207ece15 Large additions to REST API and Websocket API. 2015-11-16 13:05:56 -06:00
Bruce Marriner
a3903aaa50 Fixes to GuildRole events 2015-11-14 21:23:01 -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
f87340f1e8 Fixed bugs from last commit :) 2015-11-14 17:47:59 -06:00
Bruce Marriner
2448f72489 Major rewrite of REST API to include constants for all endpoints 2015-11-14 15:46:33 -06:00
Bruce Marriner
9076028987 Added VoiceRegions and VoiceIce. Clean up endpoint constants 2015-11-14 11:22:00 -06:00
Bruce Marriner
4fc845b7eb Added structs for voice regions and ice 2015-11-14 11:14:30 -06:00
Bruce Marriner
c94dfba12d Added struct for user settings 2015-11-14 11:14:14 -06:00
Bruce Marriner
c721f61059 Removing demo, replacing it with new. 2015-11-13 22:19:45 -06:00
Bruce Marriner
bc6be21108 Pointless 2015-11-13 22:19:24 -06:00
Bruce Marriner
85cf9d62ad Removed duplicated JoinedAt.. 2015-11-13 19:48:12 -06:00