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