Translated from English to Dutch
This commit is contained in:
@@ -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' }
|
||||
});
|
||||
|
@@ -14,5 +14,5 @@ export default defineEventHandler(async (event) => {
|
||||
}
|
||||
})
|
||||
|
||||
return { code: 'success' }
|
||||
return { status: 'success' }
|
||||
});
|
||||
|
Reference in New Issue
Block a user