fixed .ropl with %queued% and %playing%

This commit is contained in:
Master Kwoth 2017-07-09 12:43:14 +02:00
parent 3966629263
commit 9d778de7f2

View File

@ -34,7 +34,7 @@ namespace NadekoBot.Services.Administration
_rep = new ReplacementBuilder() _rep = new ReplacementBuilder()
.WithClient(client) .WithClient(client)
.WithStats(client) .WithStats(client)
//.WithMusic(music) .WithMusic(music)
.Build(); .Build();
_t = new Timer(async (objState) => _t = new Timer(async (objState) =>