From d18245b15f6c0961fee42743957a9abf5e02480d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 22 Sep 2021 00:38:34 +0200 Subject: [PATCH] Fixed Slack plugin docs --- platypush/plugins/slack/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platypush/plugins/slack/__init__.py b/platypush/plugins/slack/__init__.py index 964974c0d..bbf464fb9 100644 --- a/platypush/plugins/slack/__init__.py +++ b/platypush/plugins/slack/__init__.py @@ -19,8 +19,8 @@ class SlackPlugin(ChatPlugin, RunnablePlugin): You'll have to generate your own Slack app and tokens in order to use this plugin. Steps: - Create a new Slack app `here ` and associate a Slack workspace to it. - - In the configuration panel of your app scroll to Socket Mode and select Enable Socket Mode_. - - Scroll to Event Subscriptions and select Enable Events_. + - In the configuration panel of your app scroll to Socket Mode and select Enable Socket Mode. + - Scroll to Event Subscriptions and select Enable Events. - Choose the type of events that you want to subscribe to. You can select bot events (i.e. when somebody in the channel mentions the name of your app) or any of the workspace events (e.g. creation of messages, user events etc.). @@ -32,7 +32,7 @@ class SlackPlugin(ChatPlugin, RunnablePlugin): - If you changed scopes and settings, you may have to reinstall the app in the workspace through the Install App menu. - Navigate to the Install App menu. If the app has been correctly installed in your workspace then you should - see a Bot User OAuth Token_, used to authenticate API calls performed as the app/bot. If you also granted + see a Bot User OAuth Token, used to authenticate API calls performed as the app/bot. If you also granted user permissions to the app then you should also see a User OAuth Token on the page. Triggers: