mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Added available args to queue embed
This commit is contained in:
@@ -115,6 +115,7 @@
|
|||||||
},
|
},
|
||||||
"musicplayer_queue": {
|
"musicplayer_queue": {
|
||||||
"title": "Queue",
|
"title": "Queue",
|
||||||
|
"valid_args": "``clear``",
|
||||||
"empty": "The queue is empty! (っ˘ω˘ς )",
|
"empty": "The queue is empty! (っ˘ω˘ς )",
|
||||||
"now_playing": "Now playing",
|
"now_playing": "Now playing",
|
||||||
"upcoming_song": "Upcoming song",
|
"upcoming_song": "Upcoming song",
|
||||||
|
|||||||
@@ -115,6 +115,7 @@
|
|||||||
},
|
},
|
||||||
"musicplayer_queue": {
|
"musicplayer_queue": {
|
||||||
"title": "キュー",
|
"title": "キュー",
|
||||||
|
"valid_args": "``clear``",
|
||||||
"empty": "キューは空です! (っ˘ω˘ς )",
|
"empty": "キューは空です! (っ˘ω˘ς )",
|
||||||
"now_playing": "再生中",
|
"now_playing": "再生中",
|
||||||
"upcoming_song": "次の曲",
|
"upcoming_song": "次の曲",
|
||||||
|
|||||||
@@ -115,6 +115,7 @@
|
|||||||
},
|
},
|
||||||
"musicplayer_queue": {
|
"musicplayer_queue": {
|
||||||
"title": "คิวเพลง",
|
"title": "คิวเพลง",
|
||||||
|
"valid_args": "``clear``",
|
||||||
"empty": "ตอนนี้คิวว่างนะ (っ˘ω˘ς )",
|
"empty": "ตอนนี้คิวว่างนะ (っ˘ω˘ς )",
|
||||||
"now_playing": "กำลังเล่น",
|
"now_playing": "กำลังเล่น",
|
||||||
"upcoming_song": "เพลงต่อไป",
|
"upcoming_song": "เพลงต่อไป",
|
||||||
|
|||||||
@@ -62,6 +62,12 @@ const EMBEDS = {
|
|||||||
return makeInfoEmbed({
|
return makeInfoEmbed({
|
||||||
title: locale.__('musicplayer_queue.title'),
|
title: locale.__('musicplayer_queue.title'),
|
||||||
description: description,
|
description: description,
|
||||||
|
fields: [
|
||||||
|
{
|
||||||
|
name: locale.__('common.available_args'),
|
||||||
|
value: locale.__('musicplayer_queue.valid_args')
|
||||||
|
}
|
||||||
|
],
|
||||||
user: data.getUser()
|
user: data.getUser()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user