This commit is contained in:
parent
8c9e1114da
commit
2e0daa4840
|
|
@ -255,7 +255,7 @@ class Player(VoiceProtocol):
|
||||||
}
|
}
|
||||||
|
|
||||||
if end > 0:
|
if end > 0:
|
||||||
data["endtime"] = str(end)
|
data["endTime"] = str(end)
|
||||||
|
|
||||||
await self._node.send(**data)
|
await self._node.send(**data)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue