From c36a4641b85c666d5057de01c580764b6ce35855 Mon Sep 17 00:00:00 2001 From: Raed Shomali Date: Sat, 16 Jul 2022 08:35:05 -0400 Subject: [PATCH] word vs sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8da77e..dda8259 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Built on top of the Slack API [github.com/slack-go/slack](https://github.com/sla - Supports Slack Apps using [Socket Mode](https://api.slack.com/apis/connections/socket) - Easy definitions of commands and their input +- Simple parsing of String, Integer, Float and Boolean parameters +- Built-in `help` command - Slash Command and Block Interactions supported - Available bot initialization, errors and default handlers -- Simple parsing of String, Integer, Float and Boolean parameters - Contains support for `context.Context` -- Built-in `help` command - Replies can be new messages or in threads - Supports authorization - Bot responds to mentions and direct messages