This commit is contained in:
2024-07-01 01:20:04 +02:00
parent 964edfe560
commit e97fff1176
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export default defineEventHandler(async (event) => {
const { discord } = useRuntimeConfig(event)
return await $fetch(`https://api.lanyard.rest/v1/users/${discord.userId}`)
})