Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VCRCollection *mongo.Collection
View Source
var VoiceChannelRecords = &vcr{}
Functions ¶
func ModifySetting ¶
Types ¶
type VoiceChannelRecord ¶
type VoiceChannelRecord struct { UserID string `bson:"user_id"` ChannelID string `bson:"channel_id"` StartTime time.Time `bson:"start_time"` EndTime time.Time `bson:"end_time"` Duration time.Duration RecordedAt time.Time `bson:"recorded_at"` }
VoiceChannelRecord represents a record of a user's time spent in a voice channel.
Click to show internal directories.
Click to hide internal directories.