mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
test fix
This commit is contained in:
@@ -49,7 +49,8 @@ const create_request_body = (body: unknown, method?: RequestMethod) => {
|
||||
return {
|
||||
headers: {
|
||||
Authorization: authorization,
|
||||
"User-Agent": `Discordeno (https://github.com/skillz4killz/discordeno, 0.0.1)`
|
||||
"User-Agent": `Discordeno (https://github.com/skillz4killz/discordeno, 0.0.1)`,
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
body: body ? JSON.stringify(body) : undefined,
|
||||
method
|
||||
|
||||
Reference in New Issue
Block a user