-
Notifications
You must be signed in to change notification settings - Fork 1
Guild Playlist
List of guild playlist command names (2020/10/25):
- add_guild_playlist
- delete_guild_playlist
- rename_guild_playlist
- show_guild_playlist
- add_track_to_guild_playlist
- delete_track_from_guild_playlist
- show_guild_playlist_track
- play_guild_playlist
Create a new playlist. Playlist name can't be same with your other existed playlist.
- agp
m$add_guild_playlist anime
m$agp anime
The anime
is the playlist name.
Delete existing guild playlist.
- dgp
m$delete_guild_playlist anime
m$dgp anime
The anime
is the playlist name.
Rename guild playlist. Use coma ,
as separator for old and new playlist name.
- rgp
m$rename_guild_playlist anime, vtuber song
m$rgp anime, vtuber song
anime
is the old playlist name.
vtuber song
is the new playlist name.
Show all existing guild playlist.
- sgp
m$show_guild_playlist
m$sgp
Add a new track to guild playlist. Use coma (,) as separator for each arguments.
- attgp
m$add_track_to_guild_playlist anime, lisa - homura, https://www.youtube.com/watch?v=4Q9DWZLaY2U
m$attgp anime, lisa - homura, https://www.youtube.com/watch?v=4Q9DWZLaY2U
anime
is the playlist name.
lisa - homura
the track title.
https://www.youtube.com/watch?v=4Q9DWZLaY2U
the url.
Delete existing track from guild playlist. Use coma (,) as separator for each arguments.
- dtfgp
m$delete_track_from_guild_playlist anime, 1
m$dtfgp anime, 1
anime
is the playlist name.
1
is the track index inside the playlist.
Show all track from specific guild playlist.
- sgpt
m$show_guild_playlist_track anime
m$sgpt anime
The anime
is the playlist name.
Play all track from specific guild playlist.
- pgp
m$play_guild_playlist anime
m$pgp anime
The anime
is the playlist name.