forked from pothtonswer/discordmuffin
Removed Cache variable from Session, as it's not used currently.
This commit is contained in:
parent
dd4aef7263
commit
d9a9a765d8
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ type Session struct {
|
||||||
// General configurable settings.
|
// General configurable settings.
|
||||||
Token string // Authentication token for this session
|
Token string // Authentication token for this session
|
||||||
Debug bool // Debug for printing JSON request/responses
|
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>
|
AutoMention bool // if set to True, ChannelSendMessage will auto mention <@ID>
|
||||||
|
|
||||||
// Settable Callback functions for Websocket Events
|
// Settable Callback functions for Websocket Events
|
||||||
|
|
Loading…
Reference in a new issue