new lyrics service

This commit is contained in:
derpystuff 2023-09-09 15:36:10 +02:00
parent ecc954a1be
commit b3bb678193
3 changed files with 51 additions and 57 deletions

View file

@ -40,6 +40,10 @@ const Statics = Object.freeze({
file: "brands/makesweet.png",
revision: 0
},
musixmatch: {
file: "brands/musixmatch.png",
revision: 0
},
openai: {
file: "brands/openai.png",
revision: 0
@ -127,6 +131,7 @@ module.exports.STATICS = Object.freeze({
inspirobot: staticAsset(Statics.brands.inspirobot),
labscore: staticAsset(Statics.brands.labscore),
makesweet: staticAsset(Statics.brands.makesweet),
musixmatch: staticAsset(Statics.brands.musixmatch),
openai: staticAsset(Statics.brands.openai),
openweathermap: staticAsset(Statics.brands.openweathermap),
perspectiveapi: staticAsset(Statics.brands.perspectiveapi),