Skip to content

Commit

Permalink
webhook update parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jun 26, 2024
1 parent 19efa21 commit 7e1cf1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bot/en_gb/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
},
"webhookUpdate": {
"title": "Webhook Modified",
"description": "{executor} modified the webhook {webhook}"
"description": "{executor} modified the webhook {webhook}",
"name": "Name",
"channel": "Channel"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
Expand Down
4 changes: 3 additions & 1 deletion bot/en_pr/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
},
"webhookUpdate": {
"title": "Webhook Modified",
"description": "{executor} modified the webhook {webhook}"
"description": "{executor} modified the webhook {webhook}",
"name": "Name",
"channel": "Channel"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
Expand Down
4 changes: 3 additions & 1 deletion bot/en_us/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
},
"webhookUpdate": {
"title": "Webhook Modified",
"description": "{executor} modified the webhook {webhook}"
"description": "{executor} modified the webhook {webhook}",
"name": "Name",
"channel": "Channel"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
Expand Down

0 comments on commit 7e1cf1b

Please sign in to comment.