From d9a9a765d8a599708b65816cb1a6b727c6baa695 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sun, 6 Dec 2015 18:37:13 -0600 Subject: [PATCH] Removed Cache variable from Session, as it's not used currently. --- structs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/structs.go b/structs.go index 3003970..baa1907 100644 --- a/structs.go +++ b/structs.go @@ -26,7 +26,6 @@ type Session struct { // General configurable settings. Token string // Authentication token for this session Debug bool // Debug for printing JSON request/responses - Cache int // number in X to cache some responses AutoMention bool // if set to True, ChannelSendMessage will auto mention <@ID> // Settable Callback functions for Websocket Events