arkanerapi
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -9,7 +9,2 @@ function fetchItems () { | ||
function test () { | ||
return "test success" | ||
} | ||
module.exports = { fetchItems } | ||
module.exports.admin = { test } | ||
module.exports = { fetchItems } |
{ | ||
"name": "arkanerapi", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "API for @Arkaner. A MMORPG discord bot.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1131
16