fix api guides

This commit is contained in:
Domin-MND
2023-10-27 16:06:00 +03:00
parent 390da4cab6
commit c2e5dc04dd
3 changed files with 9 additions and 9 deletions

View File

@@ -22,5 +22,5 @@ function SelfDestruct() {
)
}
reacord.send(channelId, <SelfDestruct />)
reacord.createChannelMessage(channel).render(<SelfDestruct />)
```