diff --git a/commands.disabled b/commands.disabled new file mode 100644 index 0000000..8be6d08 --- /dev/null +++ b/commands.disabled @@ -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 + } + ] + }, \ No newline at end of file diff --git a/commands.json b/commands.json index 056b44e..32267b8 100644 --- a/commands.json +++ b/commands.json @@ -39,19 +39,6 @@ "type": 1, "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", "description": "Admin only commands",