Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Releases: Spimy/muse-archived

v2.0.0

30 Apr 13:55
Compare
Choose a tag to compare

Bug Fixes

  • Fixed song queue affected by commands when not in VC (#3)
  • Fixed directory path issue on Linux (#6)

New Features

  • Added skip vote be number of people in VC (#4)
  • Added lyrics Command (#5)

v1.0.5

23 Apr 15:26
Compare
Choose a tag to compare

Bug Fix

  • Running stop command now stops playlists from continuing to process instead of resetting the queue for next possible song to play from the playlist.

v1.0.0

21 Apr 13:48
Compare
Choose a tag to compare

Features

  • Multiple Ways to Start Music:

    1. Play with YouTube video links (also supports YouTube playlist links):
      Method 1

    2. Play with search query:
      Method 2

    3. Play using search command to make a selection from 10 results:
      Method 3

  • Video and Queue Loop:
    You can make a video or a queue loop.

    If video is looping, it will never jump to the next video unless you turn if off or skip the song
    If queue is looping, the entire queue will never end. This is done by pushing the first video to the
    end of the queue array when it finishes playing

    Loop command

  • Vote Skip if not Admin:
    Skip command

  • Paginated Queue Embed:
    Each page contains up to 5 videos so you need at least 6 videos in the queue for pagination to start
    The reactor for pagination lasts for 60 seconds. If 60 seconds have passed, rerun the queue command for
    pagination to work again
    Queue embed

  • Duration Bar:
    Updates every 5 seconds to avoid rate limit
    Shows when nowplaying or resume command is executed
    Duration bar

  • Clear Whole Queue or Video at Specified Index:
    Clear queue

  • Responsive Help Message:
    Help message