You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: socialite.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Slack's API provides [different types of access tokens](https://api.slack.com/au
130
130
131
131
</div>
132
132
133
-
By default, the `slack` driver will generate a `user` token and invoking the the driver's `user` method will return the user's details.
133
+
By default, the `slack` driver will generate a `user` token and invoking the driver's `user` method will return the user's details.
134
134
135
135
Bot tokens are primarily useful if your application will be sending notifications to external Slack workspaces that are owned by your application's users. To generate a bot token, invoke the `asBotUser` method before redirecting the user to Slack for authentication:
0 commit comments