

このプロジェクトは、DockerやHerokuやNetlifyなどの別の無料ホスティングサービスなしでのホスティングをサポートしていません。
このプロジェクトをホストするには、Dockerとnodejsを基本的に理解する必要があります。誰でもこのプロジェクトに貢献し、他のホスティングサービス用のこのREADMEファイルへの「ホスト方法」ガイドを追加できます。
このプロジェクトは、少なくとも4GBのRAMと2つのCPUコアを備えたサーバーで実行するように設計されています。
ミッテルボット。多くの機能を備えた多目的不一致ボット。
通知、警告の役割の緩和、楽しいコマンド、自動翻訳、バナピール、自動修正、チケットシステム、詐欺検出、リアクションロール、レベルシステム、音楽、ユーティリティコマンドなど!

ミッテルボットへの貢献を検討していただきありがとうございます!
Mittelbotに貢献したい場合は、プルリクエストを作成してこれを行うことができます。
新機能を追加する場合は、最初に問題を開きます。
.ENVのデータベース変数を変更する必要があるかどうかを尋ねることができます。もちろんできます。しかし、デフォルトのものは開発に最適です。
LinuxにDockerをインストールする方法:https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04
WindowsにDockerをインストールする方法:https://docs.docker.com/desktop/install/windows-install/
MacにDockerをインストールする方法:https://docs.docker.com/desktop/mac/install/
git clone https://github.com/Mittelbots/Mittelbot.git DISCORD_SECRET = #Your bot secret (Visit the Discord Developer Portal for your token)
DISCORD_TOKEN = #Your bot token (Visit the Discord Developer Portal for your token)
DISCORD_APPLICATION_ID = #Your Bot Application ID (Also known as User ID)
DEVELOPER_DISCORD_GUILD_ID = #The Guild were all commands should load on (When NODE_ENV is development)
# DEVELOPER CHANNELS
DC_DEBUG = # The Channel ID for the debug channel where discords debug messages will be sent
DC_DISCONNECT = # The Channel ID for the disconnect channel where discords disconnect messages will be sent
DC_ERROR = # The Channel ID for the error channel where discords error messages will be sent
DC_WARN = # The Channel ID for the warn channel where discords warn messages will be sent
DC_RECONNECT = # The Channel ID for the reconnect channel where discords reconnect messages will be sent
DC_SCAMMANAGE = # The Channel ID where all scam link requests will be sent
# DATABASE
DB_DEBUG = false # debug mode for the database
DB_HOST = mysql # default
DB_USER = mittelbot # default
DB_PASSWORD = root # default
DB_DATABASE = mittelbot # default
# MISC
OWNER_ID = # Your Discord User ID to use the owner commands
# ====== OPTIONAL ====== #
# TWITCH
TT_CLIENT_ID = #Your Twitch Client ID to run the twitch notifier
TT_SECRET = #Your Twitch Secret
# IMGUR
IMGUR_CLIENT_ID = #Your Imgur Client ID to run the imgur uploader
IMGUR_CLIENT_SECRET = #Your Imgur Client Secret
# YOUTUBE
YT_KEY = #Your Youtube API Key to run the youtube notifiernpm run startボットダイレクトメッセージに移動し、 deploycommandsを送信します。コンソールでは、コマンドが展開および更新されることに気付くでしょう。