Translated from English to Dutch

This commit is contained in:
2023-05-09 16:01:19 +02:00
parent c668ca7f37
commit 759c4e2bd1
22 changed files with 49 additions and 38 deletions

View File

@@ -6,5 +6,5 @@ export default defineEventHandler(async (event) => {
await sendRconCommand(`tellraw @a {"text":"(DC) ${doc.discord.username} > ${content}"}`)
return { whoo: 'hi' }
return { status: 'success' }
});

View File

@@ -14,5 +14,5 @@ export default defineEventHandler(async (event) => {
}
})
return { code: 'success' }
return { status: 'success' }
});