Noplaypen

This commit is contained in:
Abdulla Abdurakhmanov 2020-09-03 18:15:24 +03:00 committed by GitHub
parent d8bcfe84c6
commit 6e12cab17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## Create a client instance
```rust
```rust,noplaypen
use slack_morphism::*;
let client = SlackClient::new();
```
@ -17,7 +17,7 @@ workspace tokens using Slack OAuth.
In the example below, were using a hardcoded Slack token, but dont do that for your production bots and apps.
You should securely and properly store all of Slack tokens.
```rust
```rust,noplaypen
use slack_morphism::*;
use slack_morphism::api::*;