diff --git a/publish.bat b/publish.bat new file mode 100644 index 00000000..46fa4128 --- /dev/null +++ b/publish.bat @@ -0,0 +1 @@ +git commit -am "publish: %1" && git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cf5766b3..26cfeaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "royalnet" - version = "5.5a1" + version = "5.5a2" description = "A multipurpose bot and web framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalnet/serf/discord/voiceplayer.py b/royalnet/serf/discord/voiceplayer.py index b365e805..cbcf583d 100644 --- a/royalnet/serf/discord/voiceplayer.py +++ b/royalnet/serf/discord/voiceplayer.py @@ -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: diff --git a/royalnet/version.py b/royalnet/version.py index 79a82ecf..1db30019 100644 --- a/royalnet/version.py +++ b/royalnet/version.py @@ -1 +1 @@ -semantic = "5.5a1" +semantic = "5.5a2"