Skip to content

Commit

Permalink
Feat/webhook url (#123)
Browse files Browse the repository at this point in the history
* feat: add webhook url command

* feat: add webhook url command
  • Loading branch information
HenrySpartGlobal authored Oct 22, 2024
1 parent 6d3cfd3 commit 6344869
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6344869

Please sign in to comment.