Skip to content

Instantly share code, notes, and snippets.

@quanticc
Created December 9, 2020 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quanticc/ffb0283c11e33ec38cdfcb72de39dc7d to your computer and use it in GitHub Desktop.
Save quanticc/ffb0283c11e33ec38cdfcb72de39dc7d to your computer and use it in GitHub Desktop.
APPLICATION_COMMAND payloads
{
"t": "APPLICATION_COMMAND_CREATE",
"s": 1824996,
"op": 0,
"d": {
"options": [{
"type": 3,
"required": true,
"name": "animal",
"description": "The type of animal",
"choices": [{
"value": "animal_dog",
"name": "Dog"
}, {
"value": "animal_dog",
"name": "Cat"
}, {
"value": "animal_penguin",
"name": "Penguin"
}
]
}, {
"type": 5,
"name": "only_smol",
"description": "Whether to show only baby animals"
}
],
"name": "blep",
"id": "786366159459975198",
"description": "Send a random adorable animal photo",
"application_id": "344487830824943618",
"guild_id": "208023865127862272"
}
}
{
"t": "APPLICATION_COMMAND_DELETE",
"s": 1847011,
"op": 0,
"d": {
"options": [{
"type": 3,
"required": true,
"name": "animal",
"description": "The type of animal",
"choices": [{
"value": "animal_dog",
"name": "Dog"
}, {
"value": "animal_dog",
"name": "Cat"
}, {
"value": "animal_penguin",
"name": "Penguin"
}, {
"value": "animal_pudu",
"name": "Pudu"
}
]
}, {
"type": 5,
"name": "only_smol",
"description": "Whether to show only baby animals"
}
],
"name": "blep",
"id": "786366159459975198",
"description": "Send a random adorable animal photo",
"application_id": "344487830824943618",
"guild_id": "208023865127862272"
}
}
{
"t": "APPLICATION_COMMAND_UPDATE",
"s": 1841103,
"op": 0,
"d": {
"options": [{
"type": 3,
"required": true,
"name": "animal",
"description": "The type of animal",
"choices": [{
"value": "animal_dog",
"name": "Dog"
}, {
"value": "animal_dog",
"name": "Cat"
}, {
"value": "animal_penguin",
"name": "Penguin"
}, {
"value": "animal_pudu",
"name": "Pudu"
}
]
}, {
"type": 5,
"name": "only_smol",
"description": "Whether to show only baby animals"
}
],
"name": "blep",
"id": "786366159459975198",
"description": "Send a random adorable animal photo",
"application_id": "344487830824943618",
"guild_id": "208023865127862272"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment