Releases: NotLatif/PyPeachBot
Releases · NotLatif/PyPeachBot
Switch from youtube_dl to yt-dlp
Musicbot Rewrite
The music module was completely redone, most features are described in the changelog.md file
Notably
- Queue and Track are now Objects and handled in a cleaner way
- It should be harder for the bot to get rate limited
- Music now supports slash commands
- The embed now supports interaction buttons
- There is support for age limited videos (look at readme.md)
- The queue is way more stable especially with single tracks
- The bot has an option to wait for new tracks after the queue ends (config.py)
- others...
First production release
v1.0.1 - release Interactions update
- Fixed a bug where if /play did not answer in time it would crash
- Cleaned the code a bit
- Created a cool webpage
- added time print option in config.py
- added command for module disabling
- added command for feedback
- You can now add the bot to your server without needing to self-host it
Interactions Update 1.0
CuloBot now supports discord interactions
Files were rewritten to add support for app_commands
Music update/bugfix
New Guild-specific Commands
!music shuffle <True/False>sets default behaviour for queue shuffle!music precision <int>sets the timeline precision for music
New Features
- Now each guild can set musicbot shuffle and timeline precision
- The bot owner can set max timeline precision for the music embed
- If music precision is set to 0 the bar and timer will not show up
- Now you can set logLevel, printLevel and useColors in
config.py - Embed colors are now editable in
config.py
Bug fixes
- fixed music commands:
mv, delete, queue, loop, loopqueue, skip
First release (seems to be actually working)
v0.1.0 minor fixes