This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
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
1502440
commit aeda4be
Showing
3 changed files
with
21 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,21 @@ | ||
# MHNow-Bot | ||
|
||
## 機能一覧 | ||
|
||
- コマンド`/paint`: マーキングしたモンスターを登録する | ||
- コマンド`/paint-list`: マーキングしたモンスターの一覧をみる | ||
|
||
## 使い方 | ||
|
||
1. [Discord Developer](https://discord.com/developers/applications)にアクセスしてDiscord Application(Bot)を作成する | ||
2. Botのトークンをコピーしておく | ||
3. データベースの1つであるPostgreSQLを使用するので、自分の環境に用意してください。Dockerが使えるなら、`docker`ディレクトリにあるcomposeファイルを使っても問題ない | ||
4. [Releases](https://github.com/yechentide/mhnow-bot/releases)から実行ファイルをダウンロードする | ||
5. その実行ファイルと同じディレクトリに、`.mhnow.toml`設定ファイルを置く | ||
6. 設定ファイル内の`bot_token`を必ず自分のトークンに変える | ||
7. 実行ファイルを起動する | ||
|
||
## イメージ | ||
|
||
![サンプル01](docs/images/sample01.png) | ||
![サンプル02](docs/images/sample02.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.