abisu/constants.js
2020-09-09 22:15:02 +02:00

12 lines
359 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: {
nine: "https://soundcloud.com/abisoos/overdrive"
}
};