Disable name command, fatal issue causing extension deletion 💀
This commit is contained in:
parent
dc0933c444
commit
98d100d148
13
commands.disabled
Normal file
13
commands.disabled
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"description": "Change your extension's name (Defaults to your Discord name)",
|
||||||
|
"type": 1,
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"description": "The new name for your extension",
|
||||||
|
"type": 3,
|
||||||
|
"required": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
|
@ -39,19 +39,6 @@
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"default_member_permissions": 0
|
"default_member_permissions": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "name",
|
|
||||||
"description": "Change your extension's name (Defaults to your Discord name)",
|
|
||||||
"type": 1,
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"name": "name",
|
|
||||||
"description": "The new name for your extension",
|
|
||||||
"type": 3,
|
|
||||||
"required": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"description": "Admin only commands",
|
"description": "Admin only commands",
|
||||||
|
|
Loading…
Reference in a new issue