Skip to content

Releases: NotLatif/PyPeachBot

Switch from youtube_dl to yt-dlp

18 Feb 21:12

Choose a tag to compare

UPDATE 18/FEB/2023

  • Now version changelog titles will have a date for more chronological clarity
  • switched from youtube_dl to yt-dlp
  • music player buttons are now persistent
  • other fixes

Musicbot Rewrite

23 Nov 23:38

Choose a tag to compare

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

17 Sep 23:36
2a88200

Choose a tag to compare

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

16 Sep 21:51
0b8c3b0

Choose a tag to compare

CuloBot now supports discord interactions

Files were rewritten to add support for app_commands

Music update/bugfix

14 Sep 18:26

Choose a tag to compare

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)

12 Sep 21:02

Choose a tag to compare