Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Releases: pintermor9/disutils

I will get this to work

25 Apr 08:33
4e3fe41
Compare
Choose a tag to compare
v1.4.21

Update __init__.py

v1.4.2-hotfix1

24 Apr 15:11
Compare
Choose a tag to compare
update init.py

v1.4.1

24 Apr 11:40
Compare
Choose a tag to compare

Full Changelog: v1.4...v1.4.1

v1.4 - First version that I had written

23 Apr 16:08
1a7fdee
Compare
Choose a tag to compare

First of all, fixed everything (I hope, if not create an issue please).
I also my some quality of life changes, like get_player auto-calls create_player if there isn't one:

# before:
player = music.get_player(guild_id=ctx.guild.id)
if not player:
    player = self.music.create_player(ctx, ffmpeg_error_betterfix=True)

# after:
player = music.get_player(ctx)

Full Changelog: https://github.com/pintermor9/disutils/commits/v1.4