-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb2d2f6
commit 7fc46dd
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |