

Этот проект не поддерживает хостинг без Docker или другой бесплатной службы хостинга, такой как Heroku или NetLify в настоящее время.
Чтобы разместить этот проект, вы должны иметь базовое понимание Docker и Nodejs. Любой может внести свой вклад в этот проект и добавить руководство «Как ходить» в этот файл Readme для других служб хостинга.
Этот проект предназначен для работы на сервере с не менее 4 ГБ оперативной памяти и 2 ядра процессора.
Mittelbot . Многоцелевой бот Discord с множеством функций.
С уведомлениями, умеренностью с Warn Roles, забавными командами, автоматическим трансляцией, банапппами, автоматической моделированием, билетами, обнаружением мошенничества, реакциями, уровнями, музыкой, коммунальными командами и многим другим!

Спасибо за рассмотрение внесения вклад в Mittelbot!
Если вы хотите внести свой вклад в Mittelbot, вы можете сделать это, создав запрос на тягу.
Если вы хотите добавить новую функцию, сначала откройте проблему.
Вы можете спросить, следует ли вам изменить переменные базы данных в .env. Вы, конечно, можете. Но по умолчанию идеально подходит для разработки.
Как установить Docker на Linux: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-buntu-22-04
Как установить Docker в Windows: https://docs.docker.com/desktop/install/windows-install/
Как установить Docker на Mac: 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 Перейдите в свое прямое сообщение BOT и отправьте deploycommands . Вы заметите, что в вашей консоли команды будут развернуты и обновлены.