Ejemplo n.º 1
0
func (suite *CurrentTrackCommandTestSuite) SetupTest() {
	DJ.Queue = bot.NewQueue()
}
Ejemplo n.º 2
0
func (suite *NumTracksCommandTestSuite) SetupTest() {
	DJ.Queue = bot.NewQueue()
}
Ejemplo n.º 3
0
func (suite *AddCommandTestSuite) SetupTest() {
	DJ.Queue = bot.NewQueue()
}