Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
docs: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
yechentide committed Oct 16, 2023
1 parent 1502440 commit aeda4be
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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)
Binary file added docs/images/sample01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 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.

0 comments on commit aeda4be

Please sign in to comment.