Skip to content

Commit

Permalink
fix(webhooks): Remove incorrect properties in edit message code sample (
Browse files Browse the repository at this point in the history
#9562)

fix(webhooks): remove incorrect properties in edit message code sample
  • Loading branch information
Jiralite committed May 11, 2023
1 parent 1edd01a commit a51c48e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/guide/src/content/04-popular-topics/04-webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ You can use <DocsLink type="class" parent="Webhook" symbol="editMessage" bracket
```js
const message = await webhook.editMessage('123456789012345678', {
content: 'Edited!',
username: 'some-username',
avatarURL: 'https://guide.discordjs.dev/assets/discordjs.png',
embeds: [embed],
});
```
Expand Down

1 comment on commit a51c48e

@vercel
Copy link

@vercel vercel bot commented on a51c48e May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.