Some formatting
This commit is contained in:
parent
e7afe60331
commit
bd51c1d6d4
5
song.go
5
song.go
|
@ -9,8 +9,8 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
//"github.com/layeh/gumble/gumble_ffmpeg"
|
//"github.com/layeh/gumble/gumble_ffmpeg"
|
||||||
"os/exec"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"os/exec"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Song struct {
|
type Song struct {
|
||||||
|
@ -67,3 +67,6 @@ func (s *Song) RemoveSkip(username string) bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *Song) SkipReached(channelUsers int) bool {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
Reference in a new issue