1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

publish: 5.5a2

This commit is contained in:
Steffo 2020-02-08 01:22:31 +01:00
parent 4cd8ea3c52
commit 2238229a6e
4 changed files with 3 additions and 3 deletions

1
publish.bat Normal file
View file

@ -0,0 +1 @@
git commit -am "publish: %1" && git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1"

View file

@ -5,7 +5,7 @@
[tool.poetry]
name = "royalnet"
version = "5.5a1"
version = "5.5a2"
description = "A multipurpose bot and web framework"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+"

View file

@ -87,7 +87,6 @@ class VoicePlayer:
raise PlayerNotConnectedError()
if self.voice_client.is_playing():
raise PlayerAlreadyPlaying()
self.playing = None
log.debug("Getting next AudioSource...")
next_source: Optional["discord.AudioSource"] = await self.playing.next()
if next_source is None:

View file

@ -1 +1 @@
semantic = "5.5a1"
semantic = "5.5a2"