new/message-deletes #5

Merged
jake merged 2 commits from new/message-deletes into main 2025-09-08 21:05:54 +00:00
Showing only changes of commit c196e25e0c - Show all commits

View File

@@ -44,6 +44,10 @@ The React method will react to the command message by adding the requested emoji
func (m *Message) Respond(res string) error func (m *Message) Respond(res string) error
``` ```
The Respond method will send the value of <b>res</b> in response to the command message. The Respond method will send the value of <b>res</b> in response to the command message.
```go
func Delete() error
```
The Delete method will delete the message from the text channel
### Example ### Example
```go ```go