12 lines
364 B
JavaScript
12 lines
364 B
JavaScript
module.exports = {
|
|
name: 'ABISU',
|
|
socials: {
|
|
bandcamp: "https://abisu.bandcamp.com/",
|
|
twitter: "https://twitter.com/abisoos",
|
|
soundcloud: "https://soundcloud.com/abisoos",
|
|
spotify: "https://open.spotify.com/artist/4AjMDVVo5Hh1UJ5emUgX5s?si=Fii2vRh3TrGTpjTKMbuyhQ"
|
|
},
|
|
music: {
|
|
overdrive: "https://soundcloud.com/abisoos/overdrive"
|
|
}
|
|
};
|