SudhanPlayz / Discord-MusicBot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
https://musicbot.darrenofficial.com
Other
2.93k stars 2.85k forks source link

Requested by undefined #1232

Closed oye-zzzzuuuu closed 1 year ago

oye-zzzzuuuu commented 1 year ago

when autoQueue: true , in config and you skip song snap shot https://cdn.discordapp.com/attachments/1000106840446734418/1112699813138550895/image.png

BioCla commented 1 year ago

it ain't wrong... This should be fixed in v5.1 natively. Alternatively someone could push a fix on v5.0 with something like

{
  name: "Requested by",
  value: `${track.requester || client.manager.autoPlay ? "Autoplay" : "noone"}`,
  inline: true,
},
LewdHuTao commented 1 year ago

not sure why it show undefined instead it should show bot name when autoqueue is enabled.

Screenshot_20230531_211805.jpg

oye-zzzzuuuu commented 1 year ago

not sure why it show undefined instead it should show bot name when autoqueue is enabled.

Screenshot_20230531_211805.jpg

It shows undefined when autoqueue is true in config, but if you enable autoqueue with command it show bot name

LewdHuTao commented 1 year ago

It shows undefined when autoqueue is true in config, but if you enable autoqueue with command it show bot name

you aint wrong tho. I'll try push a fix when im free

LewdHuTao commented 1 year ago

fixed.