arkanerapi
Advanced tools
Comparing version 1.0.6 to 1.0.7
11
index.js
@@ -9,2 +9,13 @@ function fetchItems () { | ||
function connect (user) { | ||
let desc = `🟢 The API is enable.` | ||
if(user.id === "624998366824366095") { | ||
desc += `\n\nHi Ponexi!` | ||
} | ||
return desc | ||
} | ||
module.exports.api = { connect } | ||
module.exports = { fetchItems } |
{ | ||
"name": "arkanerapi", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "API for @Arkaner. A MMORPG discord bot.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1345
24