41 lines
1 KiB
Text
41 lines
1 KiB
Text
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`constructor EXPECT CommandBuilder to be defined 1`] = `
|
||
|
{
|
||
|
"contexts": undefined,
|
||
|
"default_member_permissions": undefined,
|
||
|
"default_permission": undefined,
|
||
|
"description": "Effects",
|
||
|
"description_localizations": undefined,
|
||
|
"dm_permission": undefined,
|
||
|
"integration_types": undefined,
|
||
|
"name": "effects",
|
||
|
"name_localizations": undefined,
|
||
|
"nsfw": undefined,
|
||
|
"options": [
|
||
|
{
|
||
|
"description": "List all effects I have",
|
||
|
"description_localizations": undefined,
|
||
|
"name": "list",
|
||
|
"name_localizations": undefined,
|
||
|
"options": [
|
||
|
{
|
||
|
"autocomplete": undefined,
|
||
|
"choices": undefined,
|
||
|
"description": "The page number",
|
||
|
"description_localizations": undefined,
|
||
|
"max_value": undefined,
|
||
|
"min_value": 1,
|
||
|
"name": "page",
|
||
|
"name_localizations": undefined,
|
||
|
"required": false,
|
||
|
"type": 10,
|
||
|
},
|
||
|
],
|
||
|
"type": 1,
|
||
|
},
|
||
|
],
|
||
|
"type": 1,
|
||
|
}
|
||
|
`;
|