archived-bot
archived-bot copied to clipboard
Custom ;;nowplaying embed for listen.moe
The current embed is... ugly:
The custom embed should show:
- artist name;
- song name;
- anime name;
- listeners;
- maybe who requested it as well.
The docs for getting this information are here, it seems listen.moe provides more information if you are authenticated to the socket, but I don't think that is needed.
Maybe display this image at the bottom of the embed as well?
For anyone interested in doing this, look at NowplayingCommand.java
appently listen.moe uses API v4 which requires to pass Authorization header.
@RealKC I would be willing to take this up
@froghopperjacob that'd be nice!
@RealKC I don't think what I did here looks any better
But I just wanted to know if I should change it and what should it look like
I would suggest to use a similar style like one of the existing radio embeds, for example for gensokyo where each information is added in its own field:
If that image that is shown on your screenshot stays always the same, I would suggest to set it as a thumbnail instead to save some space.
If you are completely new to embeds, here is a decent guide on what's possible: https://imgur.com/a/yOb5n