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
discordjs#9562)

fix(webhooks): remove incorrect properties in edit message code sample
  • Loading branch information
Jiralite authored and Idris1401 committed May 12, 2023
1 parent a46bcc5 commit cb44d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/guide/src/content/04-popular-topics/05-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

0 comments on commit cb44d17

Please sign in to comment.