

لا يدعم هذا المشروع الاستضافة دون Docker أو خدمة استضافة مجانية أخرى مثل Heroku أو NetLify حاليًا.
لاستضافة هذا المشروع ، يجب أن يكون لديك فهم أساسي لـ Docker و Nodejs. أي شخص مرحب به للمساهمة في هذا المشروع وإضافة دليل "كيفية استضافة" إلى ملف ReadMe لخدمات الاستضافة الأخرى.
تم تصميم هذا المشروع لتشغيله على خادم مع ذاكرة الوصول العشوائي 4 جيجابايت على الأقل و 2 وحدة المعالجة المركزية.
ميتلبوت . روبوت خلاف متعدد الأغراض مع الكثير من الميزات.
مع الإخطارات ، والاعتدال مع أدوار WARN ، والأوامر الممتعة ، والترجمة التلقائية ، والانتقام ، والتكليف التلقائي ، و TicketSystem ، واكتشاف الاحتيال ، ورد الفعل ، ونظام المستوى ، والموسيقى ، وأوامر الأداة المساعدة والمزيد!

شكرا لك على النظر في المساهمة في mittelbot!
إذا كنت ترغب في المساهمة في MittelBot ، فيمكنك القيام بذلك عن طريق إنشاء طلب سحب.
إذا كنت ترغب في إضافة ميزة جديدة ، فيرجى فتح مشكلة أولاً.
قد تسأل عما إذا كان يجب عليك تغيير متغيرات قاعدة البيانات في .env. يمكنك بالطبع. لكن الافتراضي هو تماما للتطوير.
كيفية تثبيت Docker على Linux: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-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 انتقل إلى رسالتك المباشرة وأرسل deploycommands . ستلاحظ أنه سيتم نشر وتحديث الأوامر في وحدة التحكم الخاصة بك.