remove discord
This commit is contained in:
		
							parent
							
								
									0de7312961
								
							
						
					
					
						commit
						7918b3e728
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		|  | @ -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}`); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue