From 159724888f42912e145c57c48ea2bcb9b70deb5f Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 13 Jun 2023 19:27:17 +0200 Subject: [PATCH] Testing files --- utils/functions.js | 4 ++++ utils/test.js | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 utils/test.js 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