Blog Posts
:Ticks: Ticks v5 Release 4 years ago
🇺🇸 EN

:slash_commands: Ticks now supports & officially uses Slash Commands
:slash_commands: New Commands Page Design
:list: New Shards Page
New shards page that supports searching by ID, you will be able to input your server ID and get info about your server's assigned shard

If :slash_commands: Slash Commands does not show up in your server, re-invite the bot using this link or from the dashboard

🇸🇦 AR

:slash_commands: تكس الآن يدعم و يستخدم بشكل رسمي أوامر السلاش
:slash_commands: تصميم جديد لصفحة الأوامر
:list: صفحة شاردات جديدة!
صفحة شاردات تدعم بحث بالايدي, تقدر تحط ايدي سيرفرك و تعرف حالة شارد الخاص بسيرفرك

اذا :slash_commands: اوامر السلاش ما تظهر في سيرفرك, جرب دخل البوت من جديد عن طريق اللوحة او عن طريق الرابط هذا"

✨ .بوت لنشر سيرفرك في اكثر من 6 الف سيرفر 😉, مما يساعدك على بناء مجتمع متفاعل 4 years ago
🌏 بأمكانك نشر سيرفرك الأن من خلال البوت

لضافة البوت :
https://special-share.org/invite
موقع البوت :
https://special-share.org
PrimeBot ⚡ 2 years ago
برايم بوت هو بوت عربي بالكامل ومجاني يتيح ميزات عديدة لمستخدمينه وبصفته بوت سيستم وبوت العاب وبوت موسيقى وبوت سلاش كوماندز فهو بوت كامل متكامل، ويدعم اللغة العربية والاسلام فقط! استعمل برايم بوت ولن تكن من النادمين باذن الله!
ShareBot - شيربوت | أفضل بوت لنشر سيرفرك ✨ 4 years ago
- هدفنا 5 الآف سيرفر قبل نهاية السنة.
- لو دخلت من طرف البوست ذا كلم @DaMa خاص وخذلك 30% خصم علبرايم.

🔗 [ https://discord.gg/mCRBaG9 ]
من اين اتت "Hello, World!" 4 years ago
كتب بريان كيرنيغان في الواقع أول "Hello, World!" كجزء من وثائق لغة برمجة BCPL التي طورها Martin Richards. تم استخدام BCPL أثناء تطوير C في Bell Labs قبل بضع سنوات من نشر كتاب Kernighan and Ritchie's C في عام 1972.
مرحبا 4 years ago
في ترحيب ولا اخرج؟
First Post! 4 years ago
Hello World!
2022 4 years ago
كل عام وانتم بخير وبصحة وسلامة
amtixdev-morse-code a year ago
# Examples/How Package amtixdev-morse-code Work?

## How To Install Package?

npm install amtixdev-morse-code


## How To Use Package

const { textToMorse, morseToText } = require('amtixdev-morse-code');

client.on('messageCreate', (message) => {
  if (message.author.bot) return; // Ignore messages from other bots

  const args = message.content.split(' ');
  const command = args[0].toLowerCase();

  if (command === '!morse') {
    // Convert text to Morse code
    const text = args.slice(1).join(' ');
    const morse = textToMorse(text);
    message.channel.send(`Morse code: ${morse}`);
  }

  if (command === '!decode') {
    // Decode Morse code to text
    const morse = args.slice(1).join(' ');
    const text = morseToText(morse);
    message.channel.send(`Decoded message: ${text}`);
  }
});


# By AmtiXDev

!Image

If You Need Help About How The Npm Package Work? Contant Me HERE

### CopyRight ©
All rights reserved to AmtiXDev
Hello blogs 7 months ago
Just test how this work