From c196e25e0c5ee848e3fa600b32efed0d92e5d63b Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 8 Sep 2025 17:02:22 -0400 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc0d8bc..f281c18 100644 --- a/README.md +++ b/README.md @@ -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 res in response to the command message. +```go +func Delete() error +``` +The Delete method will delete the message from the text channel ### Example ```go