first commit probably lots of errors

This commit is contained in:
404invalid-user 2021-08-25 01:01:46 +01:00
commit ec94c2080b
99 changed files with 10227 additions and 0 deletions

6
src/express/get/er/er.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
name: '/er',
exe(client, conf, req, res) {
res.render('er/er.ejs')
}
}