mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 20:59:26 +01:00
5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
const { discord } = useRuntimeConfig(event)
|
|
return await $fetch(`https://api.lanyard.rest/v1/users/${discord.userId}`)
|
|
})
|