This commit is contained in:
r4
2021-07-28 18:05:06 +02:00
parent e1fe06f631
commit dec3d516c2
2 changed files with 1 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ func commandPlay(s *discordgo.Session, g *discordgo.Guild, c *Client, args []str
c.Playback = &Playback{
CmdCh: make(chan dca0.Command),
RespCh: make(chan dca0.Response),
Track: track,
Track: track,
}
c.Unlock()
// We just set the playback info so we don't have to check if it's there.