mirror of
https://github.com/pichsenmeister/WienerScript.git
synced 2025-03-10 15:49:05 +01:00
added operators
This commit is contained in:
parent
381701bb0c
commit
5566d4c394
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ express.get("/ping", OWIZAHRA HACKL AMOI WOS (req, res) {
|
||||||
FIX OIDA song WENNST MANST {
|
FIX OIDA song WENNST MANST {
|
||||||
name: spotifyInfo.item.name,
|
name: spotifyInfo.item.name,
|
||||||
artists: spotifyInfo.item.artists
|
artists: spotifyInfo.item.artists
|
||||||
.map(artist => artist.name)
|
.map(artist HUACH ZUA artist.name)
|
||||||
.join(" & ")
|
.join(" & ")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wienerscript",
|
"name": "wienerscript",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in a new issue