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 。您会注意到,在您的控制台中,命令将被部署和更新。