diff --git a/src/data/commands.ts b/src/data/commands.ts index 8fcfc2f..8db9f7f 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -1214,16 +1214,17 @@ const commands = [ { "name": "premium webhook_url", "type": "Premium", - "description": "Update the webhook URL for your premium guild.", + "description": "Update or delete the webhook URL for your premium guild.", "usage": [ - "/premium webhook_url [url]" + "/premium webhook_url [url]", + "/premium webhook_url delete:true" ], "examples": [ - "/premium webhook_url https://example.com/webhook" + "/premium webhook_url https://example.com/webhook", + "/premium webhook_url True" ] }, - // { // "name": "hero", // "type": "Overwatch",