Mittelbot
vice Release


該項目不支持沒有Docker或其他免費託管服務(例如Heroku或Netlify)當前的託管。
要託管這個項目,您必須對Docker和Nodejs有基本的了解。歡迎任何人為該項目做出貢獻,並在此寄主服務中添加此讀數文件中的“如何託管”指南。
該項目旨在在具有至少4GB RAM和2個CPU內核的服務器上運行。
Mittelbot 。具有許多功能的多功能不和諧機器人。
通過通知,帶有警告角色,有趣命令,自動翻譯,Banappeals,自動模式,門票系統,騙局檢測,反應,級別的系統,音樂,音樂,公用事業命令等等!

感謝您考慮為Mittelbot做出貢獻!
如果您想為Mittelbot做出貢獻,可以通過創建拉動請求來做到這一點。
如果要添加新功能,請先打開問題。
您可以詢問是否應該更改.ENV中的數據庫變量。你當然可以。但是,默認一個完美地用於開發。
如何在Linux上安裝Docker:https://www.digitalocean.com/community/tutorials/how-to-install-and-us-use-docker-on-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 。您會注意到,在您的控制台中,命令將被部署和更新。