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