diff --git a/utils/functions.js b/utils/functions.js index c7f73b2..c76453c 100644 --- a/utils/functions.js +++ b/utils/functions.js @@ -22,5 +22,9 @@ async function getplayer(uuid) { } } +getuuid("smhtaken").then(uuid => { + console.log(uuid) +}) + module.exports = getuuid module.exports = getplayer \ No newline at end of file diff --git a/utils/test.js b/utils/test.js new file mode 100644 index 0000000..1ea209f --- /dev/null +++ b/utils/test.js @@ -0,0 +1,5 @@ +const getuuid = require('./functions.js'); + +getuuid("smhtaken").then(uuid => { + console.log(uuid) +}) \ No newline at end of file