Revert changes

This commit is contained in:
2024-07-01 13:05:17 +02:00
parent a62a8a1183
commit ab537598e9
11 changed files with 75 additions and 46 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}`)
})