You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
exports.home = (io)=>
|
|
{
|
|
return(req,res)=>
|
|
{
|
|
res.render('home')
|
|
}
|
|
}
|
|
exports.addtodiscord = (req, res)=>
|
|
{
|
|
return res.redirect('https://discord.com/oauth2/authorize?client_id=356104008366030863&permissions=8&scope=bot')
|
|
} |