Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshihitoKon committed Nov 23, 2023
1 parent bb2d2f6 commit 7fc46dd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# discord-quickpost

## Usage

### Make discord app
https://discord.com/developers/docs/ja/getting-started

### Install app to your discord server
https://discord.com/developers/docs/ja/getting-started#%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B

### Generate bot token
管理画面からなんとか

### Pon

```
export DISCORD_TOKEN=[your discord app bot token]
discord-quickpost --channel [ChannelID] --text "*Text*" --file "FilePath"
```

0 comments on commit 7fc46dd

Please sign in to comment.