class SongQueue

Defined in:

groogy-bot/song_queue.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(playlist : Playlist) #

[View source]

Instance Method Detail

def add_request(search) : Song | Nil #

[View source]
def is_playing? : Bool #

[View source]
def play_random #

[View source]
def play_request #

[View source]
def stop #

[View source]
def update #

[View source]