Skip to content

Guild Playlist

Ricky Setiawan edited this page Oct 27, 2020 · 2 revisions

Guild Playlist Command

List of guild playlist command names (2020/10/25):

m$add_guild_playlist <playlist name>

Create a new playlist. Playlist name can't be same with your other existed playlist.

Aliases:

  • agp

Example

  • m$add_guild_playlist anime
  • m$agp anime

The anime is the playlist name.

m$delete_guild_playlist <playlist name>

Delete existing guild playlist.

Aliases:

  • dgp

Example

  • m$delete_guild_playlist anime
  • m$dgp anime

The anime is the playlist name.

m$rename_guild_playlist <old playlist name>, <new playlist name>

Rename guild playlist. Use coma , as separator for old and new playlist name.

Aliases:

  • rgp

Example

  • 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.

m$show_guild_playlist

Show all existing guild playlist.

Aliases:

  • sgp

Example

  • m$show_guild_playlist
  • m$sgp

m$add_track_to_guild_playlist <playlist name>, <track title>, <track url>

Add a new track to guild playlist. Use coma (,) as separator for each arguments.

Aliases:

  • attgp

Example

  • 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.

m$delete_track_from_guild_playlist <playlist name>, <track index>

Delete existing track from guild playlist. Use coma (,) as separator for each arguments.

Aliases:

  • dtfgp

Example

  • 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.

m$show_guild_playlist_track <playlist name>

Show all track from specific guild playlist.

Aliases:

  • sgpt

Example

  • m$show_guild_playlist_track anime
  • m$sgpt anime

The anime is the playlist name.

m$play_guild_playlist <playlist name>

Play all track from specific guild playlist.

Aliases:

  • pgp

Example

  • m$play_guild_playlist anime
  • m$pgp anime

The anime is the playlist name.