update readme

This commit is contained in:
2025-09-08 17:02:22 -04:00
parent d70dd8c3a4
commit c196e25e0c

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
```
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
```go