forked from EllieBotDevs/elliebot
Added .q support for invidious. If you have ytProvider set to invidious in data/searches.yml, invidious will be used to queue up songs and play them work.
This commit is contained in:
parent
6d0eac2d6f
commit
1ea0e63379
25 changed files with 345 additions and 104 deletions
src/EllieBot/Modules/Xp
|
@ -445,9 +445,10 @@ public partial class Xp : EllieModule<XpService>
|
|||
if (!string.IsNullOrWhiteSpace(item.Desc))
|
||||
eb.AddField(GetText(strs.desc), item.Desc);
|
||||
|
||||
#if GLOBAL_ELLIE
|
||||
if (key == "default")
|
||||
eb.WithDescription(GetText(strs.xpshop_website));
|
||||
|
||||
#endif
|
||||
|
||||
var tier = _service.GetXpShopTierRequirement(type);
|
||||
if (tier != PatronTier.None)
|
||||
|
|
Reference in a new issue