initial commit

This commit is contained in:
2026-01-12 00:35:23 +01:00
parent 20fef36889
commit b9ac63a988
8 changed files with 1308 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
port: 2089,
ratelimit: 5000, //in ms
keyDuration: 1000 * 3600 * 24
}