32 lines
838 B
Text
32 lines
838 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Constructor EXPECT properties to be set 1`] = `
|
|
{
|
|
"default_member_permissions": "8",
|
|
"default_permission": undefined,
|
|
"description": "Rules-related commands",
|
|
"description_localizations": undefined,
|
|
"dm_permission": undefined,
|
|
"name": "rules",
|
|
"name_localizations": undefined,
|
|
"nsfw": undefined,
|
|
"options": [
|
|
{
|
|
"description": "Send the rules embeds for this server",
|
|
"description_localizations": undefined,
|
|
"name": "embeds",
|
|
"name_localizations": undefined,
|
|
"options": [],
|
|
"type": 1,
|
|
},
|
|
{
|
|
"description": "Send the server verification embed button",
|
|
"description_localizations": undefined,
|
|
"name": "access",
|
|
"name_localizations": undefined,
|
|
"options": [],
|
|
"type": 1,
|
|
},
|
|
],
|
|
}
|
|
`;
|