Merge branch 'main' of gitlab.com:illegitimate/illegitimate-bot
This commit is contained in:
@@ -22,5 +22,9 @@ async function getplayer(uuid) {
|
||||
}
|
||||
}
|
||||
|
||||
getuuid("smhtaken").then(uuid => {
|
||||
console.log(uuid)
|
||||
})
|
||||
|
||||
module.exports = getuuid
|
||||
module.exports = getplayer
|
||||
5
utils/test.js
Normal file
5
utils/test.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const getuuid = require('./functions.js');
|
||||
|
||||
getuuid("smhtaken").then(uuid => {
|
||||
console.log(uuid)
|
||||
})
|
||||
Reference in New Issue
Block a user