Small tweaks

This commit is contained in:
2023-06-27 21:57:58 +02:00
parent f891460e59
commit e25742f302
3 changed files with 4 additions and 13 deletions

View File

@@ -22,9 +22,5 @@ async function getplayer(uuid) {
}
}
getuuid("smhtaken").then(uuid => {
console.log(uuid)
})
module.exports = getuuid
module.exports = getplayer
module.exports = getplayer

View File

@@ -1,5 +0,0 @@
const getuuid = require('./functions.js');
getuuid("smhtaken").then(uuid => {
console.log(uuid)
})