Adding requester field to song embed

This commit is contained in:
Rafael Vargas
2022-01-07 00:59:37 -04:00
parent 8b8e9e603b
commit 27c2ce38b4
5 changed files with 12 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ MAX_PRELOAD_SONGS = 10
SONGINFO_UPLOADER = "Uploader: "
SONGINFO_DURATION = "Duration: "
SONGINFO_REQUESTER = 'Requester: '
HELP_SKIP = 'Skip the current playing song'
HELP_RESUME = 'Resumes the song player'