

Este projeto não suporta hospedagem sem o Docker ou outro serviço de hospedagem gratuito, como Heroku ou Netlify atualmente.
Para hospedar este projeto, você deve ter um entendimento básico do Docker e NodeJS. Qualquer um é bem -vindo para contribuir com este projeto e adicionar um guia "Como hospedar" a este arquivo ReadMe para outros serviços de hospedagem.
Este projeto foi projetado para ser executado em um servidor com pelo menos 4 GB de RAM e 2 núcleos de CPU.
Mittelbot . Um bot de discórdia multiuso com muitos recursos.
Com notificações, moderação com funções de aviso, comandos divertidos, translação automática, banpeals, moderação automática, sistema de tickets, detecção de fraudes, riscos de reação, sistema de nível, comandos de música, comandos de utilitário e muito mais!

Obrigado por considerar contribuir para o Mittelbot!
Se você deseja contribuir com o Mittelbot, pode fazer isso criando uma solicitação de tração.
Se você deseja adicionar um novo recurso, abra um problema primeiro.
Você pode perguntar se deve alterar as variáveis do banco de dados no .env. Você pode, é claro. Mas o padrão é perfeitamente para o desenvolvimento.
Como instalar o Docker no Linux: https://www.digitalocean.com/community/tutorials/how-tonstall-and-use-docker-on-ubuntu-22-04
Como instalar o Docker no Windows: https://docs.docker.com/desktop/install/windows-install/
Como instalar o Docker no 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 Vá para sua mensagem direta de bot e envie deploycommands . Você notará que em seu console os comandos serão implantados e atualizados.