Blog Posts
:Ticks: Ticks v5 Release 3 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: اوامر السلاش ما تظهر في سيرفرك, جرب دخل البوت من جديد عن طريق اللوحة او عن طريق الرابط هذا"

Thailand Codes ™ 2 years ago
عربي 🇮🇶 :
تايلاند تيم لمساعده الناس في حل مشاكلهم ومساعدهم في كل الغات :)
هدفنا هوه مساعدتك في مشاكلك :)

English 🇺🇸 :
Thailand Team to help people solve their problems and help them in all languages ​​:)
Our goal is to help you with your problems :)
ShareBot - شيربوت | أفضل بوت لنشر سيرفرك ✨ 2 years ago
- هدفنا 5 الآف سيرفر قبل نهاية السنة.
- لو دخلت من طرف البوست ذا كلم @idvmv خاص وخذلك 30% خصم علبرايم.

🔗 [ https://discord.gg/mCRBaG9 ]
PrimeBot ⚡ a year ago
برايم بوت هو بوت عربي بالكامل ومجاني يتيح ميزات عديدة لمستخدمينه وبصفته بوت سيستم وبوت العاب وبوت موسيقى وبوت سلاش كوماندز فهو بوت كامل متكامل، ويدعم اللغة العربية والاسلام فقط! استعمل برايم بوت ولن تكن من النادمين باذن الله!
#2 | كيف تسوي شارد :shards: 2 years ago
في الغالب سوف تحتاج للتغير بعض الاكواد الخاصه بالبوت لكي يعمل على الشارد بشكل صحيح.

نفترض ان لديك امر يقوم بجلب احصائيات البوت الخاصة بك ويكون كود مشابة لهذا
client.guilds.cache.size
وهذا الكود سوف يقوم بحسابة عدد سيرفرات التي البوت متعرف عليها

بما انه الشارد سوف يقوم بتقسم العمليات فلذالك يجب حساب جميع العمليات الخاصة بالبوت.

FetchClientValues
هذي وحده من اكثر الطرق المستعملة للشارد وفائدة هذي طريقة سوف تقوم بحساب احصائيات العمليات في كل الشاردات

client.shard.fetchClientValues('guilds.cache.size').then(console.log);

اذا قمت بتشغل هذا الكود سوف تلاحظ نتيجة مشابهة الى هذه
[898, 901, 900, 901]

سوف تلاحظ بانه كل رقم هو عدد سيرفرات للكل شارد

وفي هذي الحالة هذي طريقة سوف يقم بجمع كل سيرفر في الشارد ويضيفه على القيمة الاساسية
client.shard.fetchClientValues('guilds.cache.size').then(results => {
    console.log(`${results.reduce((acc, guildCount) => acc + guildCount, 0)} total guilds`);
}).catch(console.error);
Amtixdev-Binarycode 2 months ago
# Amtixdev-Binarycode
'amtixdev-binarycode' is a versatile npm package that provides functionalities for encoding text to binary, decoding binary to text, fetching binary data from URLs, and basic text encryption/decryption.
## Installation
You can install the 'amtixdev-binarycode' package using npm:
npm install amtixdev-binarycode

# Usage
Text to Binary
Convert a string of text to binary representation:
const binarycode = require('amtixdev-binarycode');
const text = 'The quick brown 🦊 jumps over 13 lazy 🐶.';
const binary = binarycode.textToBinary(text);
console.log(binary);
const decodedText = binarycode.binaryToText(binary);
console.log(decodedText);
// Output: The quick brown 🦊 jumps over 13 lazy 🐶.

## Discord Bot Example
Integrating amtixdev-binarycode in a Discord bot:
const Discord = require('discord.js');
const binarycode = require('amtixdev-binarycode');
const client = new Discord.Client();
const token = 'YOUR_DISCORD_BOT_TOKEN';
client.on('message', async message => {
  if (message.content.startsWith('!binary')) {
    const textToEncode = message.content.slice('!binary'.length).trim();
    // Convert text to binary
    const binaryRepresentation = binarycode.textToBinary(textToEncode);
    // Send the binary representation as a reply
    message.reply(`Binary representation: \`${binaryRepresentation}\``);
  }
  if (message.content.startsWith('!decode')) {
    const binaryToDecode = message.content.slice('!decode'.length).trim();
    // Convert binary to text
    const decodedText = binarycode.binaryToText(binaryToDecode);
    // Send the decoded text as a reply
    message.reply(`Decoded text: \`${decodedText}\``);
  }
});
client.login(token);
مرحبا 2 years ago
في ترحيب ولا اخرج؟
:experiences: Dev Talk | #6 2 years ago
السلام عليكمم حلقة جديدة من حوار المبرمجين
-- -- --
:805554378031366196: Ideas

الأفكار هي الشي المهم في البروجكت أو المشروع ونقدر نقول شي اساسي بعد ، رغم تعدد المشاريع الى ان لسا فيه افكار جديدة على الساحة ، بالنسبة لي الافكار تجي ب اوقات غريبة وتكون نادرة بس البعض لا افكار ولا شي "البعضض" المهم أن الأفكار للمشاريع عبارة عن شي يأسس لك مشروعك ويميزه وكتطور ب اللغات في كل تحديث تجيك افكار احلى واحلى , زي البايثون استخداماتها كثيرة مره والحين صارو يعلموها للجيل الدراسي الجديد علشان المستقبل يكون الكتروني بشكل عام ويكون ذكي او سمارت وانهي الحلقة على ان الأفكار شي سائد ولكن شي اساسي

شكراً لكم
first post on devlist :devlist: 3 years ago
first :catlol:
First Post 3 years ago
First post