Jamie
Jamie
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
Received, thank you.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
Need one made please.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
mmm.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
If so I would like to request one: - Bot ID: 937703207042449438 - Application Name: Xmas Lume
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
I wonder is it because I'm using a Discord Bot Token as my authorization, and not a Kiai token?
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
Same error message.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
I still get a 400: Bad request
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
Right. Let me try again with your format..
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
here is the error, but in a more readable state.
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"channel"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"member"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"guild"
],
"message": "Required"
},
{
"code": "unrecognized_keys",
"keys": [
"body"
],
"path": [],
"message": "Unrecognized key(s) in object: 'body'"
}
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"channel"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"member"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"guild"
],
"message": "Required"
},
{
"code": "unrecognized_keys",
"keys": [
"body"
],
"path": [],
"message": "Unrecognized key(s) in object: 'body'"
}
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
Yeah sure.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
yep.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
still get the same error.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
1 second.
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
so remove the channel object?
30 replies
BSBuape Studios
Created by Jamie on 5/21/2024 in #kiai-support
API - Virtual Message
My body is
{
"channel": {
"id": "1180619534504304790",
"parentId": "1101574719246979203",
"message": "Your message here"
},
"member": {
"id": "859925195598331935",
"roles": [
{
"id": "1209602524357730405"
}
]
},
"guild": {
"id": "1101574716180930562"
}
}
{
"channel": {
"id": "1180619534504304790",
"parentId": "1101574719246979203",
"message": "Your message here"
},
"member": {
"id": "859925195598331935",
"roles": [
{
"id": "1209602524357730405"
}
]
},
"guild": {
"id": "1101574716180930562"
}
}
30 replies