Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
groogy-bot
master
AddCommandCommand
AddGameCommand
AddVoteSlotCommand
AvailableVotersCommand
Bot
ClaimVoteSlotCommand
Command
Configuration
CustomCommand
Data
FilibusterCommand
HelpCommand
HelpExplainCommand
NayCommand
PingCommand
Player
Playlist
RemoveCommandCommand
RemoveGameCommand
RemoveVoteSlotCommand
RequestSongCommand
Response
Song
SongCommand
SongQueue
StartGameCommand
StartMusicCommand
StartVoteCommand
StopGameCommand
StopMusicCommand
User
Vote
VoteGame
VotersCommand
VoteSlot
VoteStatusCommand
YayCommand
Built with Crystal 1.9.2
2023-10-07 16:25:14 UTC
class
Song
Song
Reference
Object
Included Modules
YAML::Serializable
Defined in:
groogy-bot/song.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(name : String, path : String)
Instance Method Summary
#name
: String
#path
: String
#play
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(name : String, path : String)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
path
: String
#
[
View source
]
def
play
#
[
View source
]