mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-20 00:25:23 +00:00
Noplaypen
This commit is contained in:
parent
d8bcfe84c6
commit
6e12cab17b
1 changed files with 2 additions and 2 deletions
|
|
@ -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, we’re using a hardcoded Slack token, but don’t 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::*;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue