remove discord

This commit is contained in:
hokkqi 2020-05-28 21:19:59 +02:00
parent 0de7312961
commit 7918b3e728

View file

@ -87,11 +87,6 @@ module.exports = async => {
name: "Youtube",
link: "sor.dog/youtube",
character: breakSocials("Youtube")
},
{
name: "Discord",
link: "sor.dog/discord",
character: breakSocials("Discord")
}
]
});
@ -115,9 +110,6 @@ module.exports = async => {
app.get("/youtube", (req, res) => {
res.redirect(con.socials.youtube);
});
app.get("/discord", (req, res) => {
res.redirect(con.socials.discord);
});
app.listen(port /* , hostname */, () => {
console.log(`[ Server ] Listening on ${port}`);