func (suite *CurrentTrackCommandTestSuite) SetupTest() {
	DJ.Queue = bot.NewQueue()
}
func (suite *NumTracksCommandTestSuite) SetupTest() {
	DJ.Queue = bot.NewQueue()
}
Beispiel #3
0
func (suite *AddCommandTestSuite) SetupTest() {
	DJ.Queue = bot.NewQueue()
}