diff --git a/README.md b/README.md index ca4ec41..57a376c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ 4. [Releases](https://github.com/yechentide/mhnow-bot/releases)から実行ファイルをダウンロードする 5. その実行ファイルと同じディレクトリに、`.mhnow.toml`設定ファイルを置く 6. 設定ファイル内の`bot_token`を必ず自分のトークンに変える -7. 実行ファイルを起動する +7. モンスターたちのカスタム絵文字をアップロードする +8. 実行ファイルを起動する ## イメージ diff --git a/custom-emojis/biomes/desert.png b/custom-emojis/biomes/desert.png new file mode 100644 index 0000000..67904ae Binary files /dev/null and b/custom-emojis/biomes/desert.png differ diff --git a/custom-emojis/biomes/forest.png b/custom-emojis/biomes/forest.png new file mode 100644 index 0000000..101fdad Binary files /dev/null and b/custom-emojis/biomes/forest.png differ diff --git a/custom-emojis/biomes/swamp.png b/custom-emojis/biomes/swamp.png new file mode 100644 index 0000000..1de3118 Binary files /dev/null and b/custom-emojis/biomes/swamp.png differ diff --git a/custom-emojis/elements/dragon.png b/custom-emojis/elements/dragon.png new file mode 100644 index 0000000..f5efe7f Binary files /dev/null and b/custom-emojis/elements/dragon.png differ diff --git a/custom-emojis/elements/fire.png b/custom-emojis/elements/fire.png new file mode 100644 index 0000000..edecac9 Binary files /dev/null and b/custom-emojis/elements/fire.png differ diff --git a/custom-emojis/elements/ice.png b/custom-emojis/elements/ice.png new file mode 100644 index 0000000..7a945ae Binary files /dev/null and b/custom-emojis/elements/ice.png differ diff --git a/custom-emojis/elements/mahi.png b/custom-emojis/elements/mahi.png new file mode 100644 index 0000000..0b9f959 Binary files /dev/null and b/custom-emojis/elements/mahi.png differ diff --git a/custom-emojis/elements/poison.png b/custom-emojis/elements/poison.png new file mode 100644 index 0000000..c0c2a73 Binary files /dev/null and b/custom-emojis/elements/poison.png differ diff --git a/custom-emojis/elements/thunder.png b/custom-emojis/elements/thunder.png new file mode 100644 index 0000000..d80f665 Binary files /dev/null and b/custom-emojis/elements/thunder.png differ diff --git a/custom-emojis/elements/water.png b/custom-emojis/elements/water.png new file mode 100644 index 0000000..7c568f3 Binary files /dev/null and b/custom-emojis/elements/water.png differ diff --git a/custom-emojis/monsters/anjanath.png b/custom-emojis/monsters/anjanath.png new file mode 100644 index 0000000..e418710 Binary files /dev/null and b/custom-emojis/monsters/anjanath.png differ diff --git a/custom-emojis/monsters/barroth.png b/custom-emojis/monsters/barroth.png new file mode 100644 index 0000000..ab1afc9 Binary files /dev/null and b/custom-emojis/monsters/barroth.png differ diff --git a/custom-emojis/monsters/black_diablos.png b/custom-emojis/monsters/black_diablos.png new file mode 100644 index 0000000..ed88394 Binary files /dev/null and b/custom-emojis/monsters/black_diablos.png differ diff --git a/custom-emojis/monsters/diablos.png b/custom-emojis/monsters/diablos.png new file mode 100644 index 0000000..0eeda6e Binary files /dev/null and b/custom-emojis/monsters/diablos.png differ diff --git a/custom-emojis/monsters/great_girros.png b/custom-emojis/monsters/great_girros.png new file mode 100644 index 0000000..b68d52d Binary files /dev/null and b/custom-emojis/monsters/great_girros.png differ diff --git a/custom-emojis/monsters/greatest_jagras.png b/custom-emojis/monsters/greatest_jagras.png new file mode 100644 index 0000000..1493689 Binary files /dev/null and b/custom-emojis/monsters/greatest_jagras.png differ diff --git a/custom-emojis/monsters/jyuratodus.png b/custom-emojis/monsters/jyuratodus.png new file mode 100644 index 0000000..2b1e318 Binary files /dev/null and b/custom-emojis/monsters/jyuratodus.png differ diff --git a/custom-emojis/monsters/kuluyaku.png b/custom-emojis/monsters/kuluyaku.png new file mode 100644 index 0000000..65a63db Binary files /dev/null and b/custom-emojis/monsters/kuluyaku.png differ diff --git a/custom-emojis/monsters/legiana.png b/custom-emojis/monsters/legiana.png new file mode 100644 index 0000000..9730e42 Binary files /dev/null and b/custom-emojis/monsters/legiana.png differ diff --git a/custom-emojis/monsters/paolumu.png b/custom-emojis/monsters/paolumu.png new file mode 100644 index 0000000..faef8f5 Binary files /dev/null and b/custom-emojis/monsters/paolumu.png differ diff --git a/custom-emojis/monsters/pink_rathian.png b/custom-emojis/monsters/pink_rathian.png new file mode 100644 index 0000000..ede86cd Binary files /dev/null and b/custom-emojis/monsters/pink_rathian.png differ diff --git a/custom-emojis/monsters/pukeipukei.png b/custom-emojis/monsters/pukeipukei.png new file mode 100644 index 0000000..f057366 Binary files /dev/null and b/custom-emojis/monsters/pukeipukei.png differ diff --git a/custom-emojis/monsters/rathalos.png b/custom-emojis/monsters/rathalos.png new file mode 100644 index 0000000..dc0b373 Binary files /dev/null and b/custom-emojis/monsters/rathalos.png differ diff --git a/custom-emojis/monsters/rathian.png b/custom-emojis/monsters/rathian.png new file mode 100644 index 0000000..6a97c61 Binary files /dev/null and b/custom-emojis/monsters/rathian.png differ diff --git a/custom-emojis/monsters/tobikadachi.png b/custom-emojis/monsters/tobikadachi.png new file mode 100644 index 0000000..a1b4a21 Binary files /dev/null and b/custom-emojis/monsters/tobikadachi.png differ