Removed unused AutoMention, renamed VoiceOP2

This commit is contained in:
Bruce Marriner 2016-01-08 10:52:27 -06:00
parent e1e20260d3
commit 6e4f495f6a

View file

@ -13,9 +13,7 @@ package discordgo
import (
"encoding/json"
"fmt"
"net"
"strings"
"sync"
"time"
@ -29,7 +27,6 @@ type Session struct {
// General configurable settings.
Token string // Authentication token for this session
Debug bool // Debug for printing JSON request/responses
AutoMention bool // if set to True, ChannelSendMessage will auto mention <@ID>
// Settable Callback functions for Websocket Events
OnEvent func(*Session, Event) // should Event be *Event?
@ -85,7 +82,7 @@ type Session struct {
VEndpoint string
VGuildID string
VChannelID string
Vop2 VoiceOP2
Vop2 voiceOP2
UDPConn *net.UDPConn
// Managed state object, updated with events.