· 6 years ago · Sep 05, 2019, 07:46 AM
1@everyone, - جميع الحقوق محفوظة لدى كودز
2» :Creator: - space name channels
3client.on("message", msg => {
4 if(msg.author.bot || !msg.guild) return;
5 let [command, ...args] = msg.content.slice(prefix.length).split(/ +/g);
6 if(command === "space") {
7 if(args.shift() === "all") {
8 let rooms = msg.guild.channels.filter(r=> r.name.includes("-") || r.name.includes("_"))
9 rooms.forEach(r=> r.setName(r.name.replace(/-/g, " ").replace(/_/g, " ")))
10 msg.channel.send("**Done i have spaced "+rooms.size+" channel ...**")
11 .catch(err=> msg.channel.send("i have an error please check my permissons"))
12 }
13 else if(msg.mentions.channels.first()) {
14 let room = msg.guild.channels.find(m=> m.name === msg.mentions.channels.first().name)
15 room.setName(room.name.replace(/-/g, " ").replace(/_/g, " ")).then(sec=> msg.channel.send("**Done i have spaced "+room+" ...**"))
16 .catch(err=> msg.channel.send("i have an error please check my permissons"))
17 }
18 else msg.channel.send("**Usage: \n > "+prefix+"space <all | mention channel>**")
19 }
20
21})
22
23» :Description: - وصف الكود :
24 يخلي اسم الروم فيه فراغ بين الكلمات ...
25» :Creator: - صانع الكود : NouNou ...
26» :Spreader: - ناشر الكود : @, NouNou '
27
28, NouNou '08/16/2019
29Usage:
30<prefix>space <all | mention channel>
31
32Example :
33#js codes
34#js support
35
36System | -helpBOT08/17/2019
37@everyone, - جميع الحقوق محفوظة لدى كودز
38» :Creator: - كود ارسال رساله وتحديد وقت معين لحذفها .
39 const ms = require("ms")
40const moment = require("moment")
41client.on("message", message => {
42 let args = message.content.split(" ");
43 let msg = args[1];
44 let time = args[2];
45 if(args[0] == prefix + "delmsg") {
46 if(message.author.id !== client.user.id) return;
47 if(!msg) return console.log("[ERROR]: Type The Message After The Command Example: " + prefix + "delmsg hello 10s")
48 if(!time) return console.log("[ERROR]: Type The Duration After The Message Example: " + prefix + "delmsg hello 10s")
49 if(!time.match(/[1-60][s,m,h,d,w]/g)) return console.log("[ERROR]: The Time Must Be Like That 10s, 3h, 5d, 6w,")
50 message.channel.send(msg).then(targetmsg => {
51 targetmsg.delete(ms(time))
52 console.log("[NOTE]: Command Used")
53 })
54 }
55});
56
57» :Description: - وصف الكود :
58 كود ارسال رساله وتحديد وقت معين لحذفها .
59» :Creator: - صانع الكود : ME
60» :Spreader: - ناشر الكود : @REVENGE
61
62REVENGE08/17/2019
63باقتراح من @! ⚡???❥ | ?????? ?
64طبعا غير مسؤولين عن اي مخالفه تجيك من الدسكورد بسبب استخدامك للكود بحسابك .
65
66البكجات:
67npm i moment --save
68npm i ms --save
69
70System | -helpBOT08/17/2019
71@everyone, - جميع الحقوق محفوظة لدى كودز
72» :Creator: - Bot Mention
73https://pastebin.com/pQP83Pr0
74
75» :Description: - وصف الكود :
76 إذا أحد منشن البوت يعطيه امر الهلب و سيرفر الدعم الفني و رابط البوت
77» :Creator: - صانع الكود : itzZa1D - PixelBot.
78» :Spreader: - ناشر الكود : @! itzZa1D ♕
79
80! itzZa1D ♕08/17/2019
81Example :
82
83
84System | -helpBOT08/17/2019
85@everyone, - جميع الحقوق محفوظة لدى كودز
86» :Creator: - User Old method
87https://pastebin.com/LeDSpT97
88
89» :Description: - وصف الكود :
90 كود يوزر أو معلومات عنك بشكل بسيط
91» :Creator: - صانع الكود : itzZa1D - Old PixelBot.
92» :Spreader: - ناشر الكود : @! itzZa1D ♕
93
94! itzZa1D ♕08/17/2019
95Example :
96
97
98System | -helpBOT08/17/2019
99@everyone, - جميع الحقوق محفوظة لدى كودز
100» :Creator: - Bot Info
101client.on('message', zaid => {
102 if (zaid.content === ('-bot')) {
103 const bot = new Discord.RichEmbed()
104 .setAuthor(client.user.username,client.user.avatarURL)
105 .setThumbnail(client.user.avatarURL)
106 .setColor("#36393e")
107 .addField('✽ **Bot Ping** :' , `» ${Date.now() - zaid.createdTimestamp}` + ' ms', true)
108 .addField('✽ **Servers** :', `» ${client.guilds.size}`, true)
109 .addField('✽ **Channels** :' , `» ${client.channels.size} ` , true)
110 .addField('✽ **Users** :' ,`» ${client.users.size} ` , true)
111 .addField('✽ **Bot Name** :' , `» ${client.user.tag} ` , true)
112 .addField('✽ **Bot Owner** :' , `» <@505423733230534656>` , true) // Change Your ID
113 .setFooter(zaid.author.username, zaid.author.avatarURL)
114 zaid.channel.send(bot)
115 })
116}
117});
118
119» :Description: - وصف الكود :
120 معلومات عن البوت بسيط
121» :Creator: - صانع الكود : itzZa1D - Old PixelBot.
122» :Spreader: - ناشر الكود : @! itzZa1D ♕
123
124! itzZa1D ♕08/17/2019
125Ezample :
126
127
128System | -helpBOT08/17/2019
129@everyone, - جميع الحقوق محفوظة لدى كودز
130» :Creator: - console channel
131https://hasteb.in/qazibefa.js
132
133» :Description: - وصف الكود :
134 Takes messages from a channel and runs them as commands in the console.
135» :Creator: - صانع الكود : GamesProSeif
136» :Spreader: - ناشر الكود : @GamesProSeif
137
138GamesProSeif08/17/2019
139Don't forget to change the consoleOptions
140Example:
141
142
143System | -helpBOT08/17/2019
144@everyone, - جميع الحقوق محفوظة لدى كودز
145» :Creator: - Close / Open Chat.
146https://pastebin.com/LfSdm0AR
147
148» :Description: - وصف الكود :
149 كود تقفيل و فتح الشات
150» :Creator: - صانع الكود : Me , My Old Bot
151» :Spreader: - ناشر الكود : @! itzZa1D ♕
152
153! itzZa1D ♕08/17/2019
154Example :
155
156
157System | -helpBOT08/18/2019
158@everyone, - جميع الحقوق محفوظة لدى كودز
159» :Creator: - ارسال رساله لسيرفر وروم معين من الكونسل
160const readline = require("readline-sync");
161const input = readline.question;
162
163
164
165client.on("ready", () => {
166 console.log(client.user.tag)
167
168var server = input("Type The Server ID: ")
169var ch = input("Type The Channel ID: ")
170var result = client.guilds.get(server).channels.get(ch)
171
172
173
174setInterval(() => {
175 console.log(`Last Message ${result.lastMessage || "Nothing"}`)
176
177 var msg = readline.question(`Type Your Message: `)
178 result.send(msg)
179}, 1000);
180
181})
182
183» :Description: - وصف الكود :
184 ارسال رساله لسيرفر وروم معين من الكونسل
185مع العلم ان اللغه العربيه غير مدعومه
186يحتاج بكج readline-sync
187» :Creator: - صانع الكود : ME
188» :Spreader: - ناشر الكود : @REVENGE
189
190REVENGE08/18/2019
191نوعا ما هي نفس اقتراح الاخ @AbdulElahᴰᴬ.
192
193System | -helpBOT08/19/2019
194@everyone, - جميع الحقوق محفوظة لدى كودز
195» :Creator: - Channel Clone
196https://pastebin.com/sfnXUicc
197
198» :Description: - وصف الكود :
199 كود ينسخ لك الروم مع الكاتجوري و البرمشنات والوصف حقه
200
201يعمل بمنشن الروم + بـ اي دي الروم
202» :Creator: - صانع الكود : @#iTzMurtaja
203» :Spreader: - ناشر الكود : @#iTzMurtaja
204
205System | -helpBOT08/19/2019
206@everyone, - جميع الحقوق محفوظة لدى كودز
207» :Creator: - movie info
208https://hasteb.in/borabufa.js
209
210» :Description: - وصف الكود :
211 Get information about a movie
212» :Creator: - صانع الكود : GamesProSeif
213» :Spreader: - ناشر الكود : @GamesProSeif
214
215GamesProSeif08/19/2019
216Get API Key from https://bit.ly/OMDB-movie-info
217Example:
218
219
220System | -helpBOT08/19/2019
221@everyone, - جميع الحقوق محفوظة لدى كودز
222» :Creator: - كود لما شخص يرسل رساله للبوت , تنرسل لصاحب البوت
223client.on('message', (message) => {
224 if (message.channel.type == 'dm' && message.author.id != client.user.id) {
225 let owner = client.users.get('YOUR ID');
226 let channel = client.channels.get('CHANNEL ID'); // ذي لو تبيه ب روم
227 if (owner) {
228 let embed = new RichEmbed()
229 .setAuthor(message.author.tag, message.author.avatarURL)
230 .setTitle(`Message sent by ${message.author.username}`)
231 .setTimestamp(message.author.avatarURL)
232 .setDescription(message.content)
233 .setFooter(client.user.username, client.user.avatarURL)
234 .setTimestamp();
235 try {
236 owner.send(embed);
237 } catch (e) {
238 console.log(e);
239 }
240 } else console.log('user not found.');
241 }
242});
243
244» :Description: - وصف الكود :
245 كود لما شخص يرسل رساله ف خاص البوت تيجي ف خاص صاحب البوت (الي مكتوب الاي دي حقه)ء
246» :Creator: - صانع الكود : Julian - Codes
247» :Spreader: - ناشر الكود : @Julian.
248
249Julian.08/19/2019
250احم فيه غلط
251.setTimestamp(message.author.avatarURL)
252استبدلها ب
253.setThumbnail(message.author.avatarURL)
254:joy::slight_smile:
255
256System | -helpBOT08/21/2019
257@everyone, - جميع الحقوق محفوظة لدى كودز
258» :Creator: - clone role
259const Discord = require('discord.js');
260
261/**
262 * Clone Role
263 * Clones a role in a guild
264 * @param {RoleResolvable|string} role - Role to be cloned
265 * @param {GuildResolvable} guild - Guild that has the role
266 * @returns Promise<Role>
267 * @example
268 * cloneRole('my role', message.guild)
269 * .then(role => {
270 * message.channel.send(`Cloned role to ${role.name}`);
271 * });
272 */
273const cloneRole = async (role, guild) => {
274 if (!(guild instanceof Discord.Guild)) guild = client.guilds.get(guild);
275 if (!guild)
276 throw new Error(
277 'Supplied guild parameter was not a valid type (Guild|Guild ID)'
278 );
279
280 if (!guild.me.hasPermission('MANAGE_ROLES'))
281 throw new Error('Missing "MANAGE_ROLES" permission');
282
283 if (!(role instanceof Discord.Role))
284 role =
285 guild.roles.get(role) ||
286 guild.roles.find(r => r.name.toLowerCase().includes(role.toLowerCase()));
287 if (!role)
288 throw new Error(
289 'Supplied role paramter was not a valid type (Role|Role ID|Role Name)'
290 );
291
292 const clonedRole = await guild.createRole({
293 name: role.name + '(copy)',
294 color: role.color,
295 hoist: role.hoist,
296 permissions: role.permissions,
297 mentionable: role.mentionable
298 });
299
300 return clonedRole;
301};
302
303» :Description: - وصف الكود :
304 clones (copy) a role in a guild - نسخ الرول في سيرفر
305» :Creator: - صانع الكود : GamesProSeif
306» :Spreader: - ناشر الكود : @GamesProSeif
307
308GamesProSeif08/21/2019
309function ملحوظة دي بس
310لازم أنت تبرمج الأمر على طريقتك
311#js support لأي استفسارات
312
313System | -helpBOT08/22/2019
314@everyone, - جميع الحقوق محفوظة لدى كودز
315» :Creator: - تغيير اسم وصورة البوت
316client.on('message', async (message) => {
317 if (!message.guild || message.author.bot) return;
318 let args = message.content.split(' ');
319 let prefix = '!!';
320 let id = '';
321 if (message.author.id != id) return;
322 if (args[0] == `${prefix}setname`) {
323 if (!args[1]) return message.reply('Type the new username!');
324 try {
325 await client.user.setUsername(args.slice(1).join(' '));
326 await message.reply('Done :+1:');
327 } catch (e) {
328 await message.reply(`Error! ${e.message || e}`);
329 }
330 } else if (args[0] == `${prefix}setavatar`) {
331 if (!args[1]) return message.reply('Type the avatar URL!');
332 try {
333 await client.user.setAvatar(args[1]);
334 await message.reply('Done :+1:');
335 } catch (e) {
336 message.reply(`Error! ${e.message || e}`);
337 }
338 }
339});
340
341» :Description: - وصف الكود :
342 كود تغيير اسم وصورة البوت :
343[prefix]setname
344[prefix]setavatar
345 - مافي افكار
346» :Creator: - صانع الكود : Julian
347» :Spreader: - ناشر الكود : @Julian.
348
349System | -helpBOT08/22/2019
350@everyone, - جميع الحقوق محفوظة لدى كودز
351» :Creator: - تغيير اسم الجميع
352client.on('message', async (message) => {
353 if (!message.guild || message.author.bot) return;
354 let args = message.content.split(' ');
355 let prefix = '!!';
356 if (args[0] == `${prefix}nickall`) {
357 if (!message.member.hasPermission('MANAGE_NICKNAMES') || !message.guild.me.hasPermission('MANAGE_NICKNAMES')) return;
358 if (!args[1]) return message.reply('Type the nickname ( [name] = member username ).');
359 let members = message.guild.members.filter(m => m.manageable);
360 message.channel.send(`Changing nickname for ${members.size} members.`);
361 members.forEach((m, i) => {
362 setTimeout(() => {
363 m.setNickname(args.slice(1).join(' ').replace('[name]', m.user.username)).catch(e => {
364 message.channel.send(`Could not change nickname for **${m.user.tag}**.`);
365 });
366 }, (2000 * i));
367 });
368 }
369});
370
371» :Description: - وصف الكود :
372 كود تغيير نك نيم جميع اعضاء السيرفر
373وتقدر تستخدمه ك شعار للسيرفر مثلا
374!!nickall Codes - [name]
375[name] هو اسم الشخص
376
377- انا غير مسؤول لو صار اي ضرر لحسابك او بوتك ، مثل الباند
378» :Creator: - صانع الكود : Julian
379» :Spreader: - ناشر الكود : @Julian.
380
381System | -helpBOT08/22/2019
382@everyone, - جميع الحقوق محفوظة لدى كودز
383» :Creator: - Create Role - انشاء رول
384client.on('message', async (message) => {
385 if (!message.guild || message.author.bot) return;
386 let args = message.content.split(' ');
387 let prefix = '!!';
388 if (args[0] == `${prefix}cr`) {
389 if (!message.guild.me.hasPermission('MANAGE_ROLES') || !message.member.hasPermission('MANAGE_ROLES')) return;
390 if (!args[1] || !args[2]) return message.reply(`Usage: ${args[0]} [role color] [role name]\nExample: ${args[0]} blue Admin`);
391 try {
392 let role = await message.guild.createRole({
393 name: args.slice(2).join(' ') || 'new role',
394 color: args[1].toUpperCase() || null
395 });
396 await message.reply(`Done, Created **${role.name}** role!`);
397 } catch (e) {
398 message.reply(`Error! ${e.message || e}`);
399 }
400 }
401});
402
403» :Description: - وصف الكود :
404 كود انشاء رتبة ،
405[prefix]cr [role color] [role name]
406- تنفيذ لأحد الاقتراحات .
407» :Creator: - صانع الكود : Julian
408» :Spreader: - ناشر الكود : @Julian.
409
410System | -helpBOT08/24/2019
411@everyone, - جميع الحقوق محفوظة لدى كودز
412» :Creator: - مسح الرسائل التي تحتوي على كلمة معينة
413client.on('message', async (message) => {
414 if (message.author.bot || !message.guild) return;
415 let args = message.content.split(' ');
416 let prefix = '!!';
417 if (args[0] == `${prefix}clearword`) {
418 if (!message.member.hasPermission('MANAGE_MESSAGES') || !message.guild.me.hasPermission('MANAGE_MESSAGES')) return;
419 if (!args[1]) return message.reply(`Usage , ${args[0]} [word]`);
420 let fetched = await message.channel.fetchMessages();
421 let filtered = await fetched.filter(m => m.content.includes(args.slice(1).join(' ')));
422 await message.channel.bulkDelete(filtered);
423 }
424});
425
426» :Description: - وصف الكود :
427 كود مسح الرسائل التي تحتوي على كلمة معينة
428Usage: [prefix]clearword [word]
429Example: !!clearword codes
430» :Creator: - صانع الكود : Julian
431» :Spreader: - ناشر الكود : @Julian.
432
433System | -helpBOT08/24/2019
434@everyone, - جميع الحقوق محفوظة لدى كودز
435» :Creator: - Restart Code (Glitch Only)
436const cmd = require("node-cmd")
437client.on("message", async message => {
438 if(message.author.id !== "Your ID") return;
439 if(message.content === prefix + "restart") {
440 await cmd.run("refresh")
441 await message.channel.send("Done,")
442 }
443})
444
445» :Description: - وصف الكود :
446 كود ريستارت للبوت , يشتغل بس على قليتش
447
448Packages :-
449`"node-cmd": "^3.0.0"
450» :Creator: - صانع الكود : @#iTzMurtaja
451» :Spreader: - ناشر الكود : @#iTzMurtaja
452
453#iTzMurtaja08/24/2019
454Package :
455https://npmjs.com/package/node-cmd
456npm
457node-cmd
458Simple commandline/terminal interface to allow you to run cli or bash style commands as if you were in the terminal.
459
460
461System | -helpBOTLast Saturday at 5:36 PM
462@everyone, - جميع الحقوق محفوظة لدى كودز
463» :Creator: - Ping Command (Eris)
464client.on('messageCreate', async(message) => {
465 let prefix = '#';
466 let args = message.cleanContent.split(' ');
467 if (args[0] == `${prefix}ping`) {
468 let time = Date.now();
469 let msg = await message.channel.createMessage('pong');
470 msg.edit(`\`\`\`javascript\nTime taken: ${Date.now() - time} ms\nDiscord API: ${Math.floor(message.guild.shard.latency)} ms\`\`\``);
471 }
472});
473
474» :Description: - وصف الكود :
475 كود بينق نفس بروبوت :|
476الكود بمكتبة
477Eris
478» :Creator: - صانع الكود : Julian
479» :Spreader: - ناشر الكود : @Julian.
480
481System | -helpBOTLast Saturday at 5:52 PM
482@eveyone, - جميع الحقوق محفوظة لدى كودز
483» :Creator: - User Command (Eris)
484const moment = require('moment');
485client.on('messageCreate', async(message) => {
486 let prefix = '#';
487 let args = message.cleanContent.split(' ');
488 if (args[0] == `${prefix}user`) {
489 let member = message.channel.guild.members.get(message.mentions[0] ? message.mentions[0].id : args[1]);
490 if (!args[1]) member = message.member
491 else {
492 if (!member) return message.channel.createMessage(`:rolling_eyes: - **${message.author.username}**, I can't find ${args[1]} in the server.`);
493 }
494 let random = Math.floor(Math.random() * 16777215);
495 let embed = {
496 color: random,
497 thumbnail: {
498 url: member.avatarURL
499 },
500 footer: {
501 text: member.tag,
502 icon_url: 'https://images-ext-2.discordapp.net/external/JpyzxW2wMRG2874gSTdNTpC_q9AHl8x8V4SMmtRtlVk/https/orcid.org/sites/default/files/files/ID_symbol_B-W_128x128.gif'
503 },
504 fields: [
505 {
506 name: `Joined Discord :`,
507 value: `\`${moment(member.createdAt).format('D/M/YYYY h:mm')}\`\n**${moment(member.createdAt).fromNow()}**`,
508 inline: true
509 }, {
510 name: `Joined Server :`,
511 value: `\`${moment(member.joinedAt).format('D/M/YYYY h:mm')}\`\n**${moment(member.joinedAt).fromNow()}**`,
512 inline: true
513 }
514 ]
515 }
516 message.channel.createMessage({ embed: embed });
517 }
518});
519
520» :Description: - وصف الكود :
521 كود معلومات الشخص
522(بنشر بعض اكواد بروبوت)
523» :Creator: - صانع الكود : Julian
524» :Spreader: - ناشر الكود : @Julian.
525@eveyone, - جميع الحقوق محفوظة لدى كودز
526» :Creator: - كود يعرض لك بروفايلك بـ بروبوت
527const request = require("request");
528client.on('messageCreate', async(message) => {
529 let prefix = '#';
530 let args = message.cleanContent.split(' ');
531 if (args[0] == `${prefix}profile`) {
532 await message.channel.sendTyping();
533 let user = message.mentions[0] ? message.mentions[0].id : args[1] || message.author.id;
534 let url = `https://api.probot.io/profile/${user}`;
535 request({
536 url,
537 encoding: null
538 }, async (err, res, buffer) => {
539 if (err) throw err
540 if (!res || !buffer) return;
541 await message.channel.createMessage(``, {
542 file: buffer,
543 name: 'profile.png'
544 });
545 });
546 }
547});
548
549» :Description: - وصف الكود :
550 كود يعرض لك بروفايلك حق بروبوت
551استخدمت الـ API
552حقهم
553» :Creator: - صانع الكود : Julian
554» :Spreader: - ناشر الكود : @Julian.
555@eveyone, - جميع الحقوق محفوظة لدى كودز
556» :Creator: - امر تغيير لقب العضو
557client.on('messageCreate', async(message) => {
558 let prefix = '#';
559 let args = message.cleanContent.split(' ');
560 if (args[0] == `${prefix}setnick`) {
561 if (!message.member.hasPermission('manageNicknames')) return;
562 let member = message.channel.guild.members.get(message.mentions[0] ? message.mentions[0].id : args[1]);
563 if (!member) return message.channel.createMessage(`:rolling_eyes: - **I can't find this member**`);
564 try {
565 let nickname = message.content.split(' ').slice(2).join(' ') || '';
566 await member.edit({
567 nick: nickname
568 });
569 let reply = nickname == '' ? `:white_check_mark: **${member.username}**'s nick has been reset.` : `:white_check_mark: **${member.username}**'s nick has been changed to \`${nickname}\`!`;
570 await message.channel.createMessage(reply);
571 } catch (e) {
572 await message.channel.createMessage(`:rolling_eyes: - I couldn't update that user. Please check my permissions and role position.`);
573 }
574 }
575});
576
577» :Description: - وصف الكود :
578 كود تغيير نك نيم العضو
579setnick
580» :Creator: - صانع الكود : Julian
581» :Spreader: - ناشر الكود : @Julian.
582@eveyone, - جميع الحقوق محفوظة لدى كودز
583» :Creator: - Voice Kick (Eris)
584client.on('messageCreate', async(message) => {
585 let prefix = '#';
586 let args = message.cleanContent.split(' ');
587 if (args[0] == `${prefix}vkick`) {
588 let botM = message.channel.guild.members.get(client.user.id);
589 if (!botM.hasPermission('voiceMoveMembers') || !botM.hasPermission('manageChannels') || !message.member.hasPermission('voiceMoveMembers')) return;
590 let member = message.channel.guild.members.get(message.mentions[0] ? message.mentions[0].id : args[1]);
591 if (!member) return message.channel.createMessage(`:rolling_eyes: - **I can't find this member**`);
592 if (!member.voiceState.channelID) return message.channel.createMessage(`:rolling_eyes: - **Member not in voice channel!**`);
593 if (member.id == message.channel.guild.ownerID) return message.channel.createMessage(`**:rolling_eyes: - You can't vkick @${member.username}.**`);
594 let ch = await message.channel.guild.createChannel(`${client.user.username} ${Math.floor(Math.random() * 100) + 1}`, 2);
595 await member.edit({
596 channelID: ch.id
597 }).catch(() => null);
598 await ch.delete().catch(() => null);
599 await message.channel.createMessage(`**:white_check_mark: @${member.username} kicked from the voice!**`);
600 }
601});
602
603» :Description: - وصف الكود :
604 كود طرد العضو من الرومات الشخصية
605» :Creator: - صانع الكود : Julian
606» :Spreader: - ناشر الكود : @Julian.
607
608Julian.Last Saturday at 6:08 PM
609الشخصية
610وتف
611الصوتية*
612
613System | -helpBOTLast Saturday at 6:09 PM
614@eveyone, - جميع الحقوق محفوظة لدى كودز
615» :Creator: - Voice Mute (Eris)
616https://pastebin.com/xHL11Dtg
617
618» :Description: - وصف الكود :
619 كود ميوت وفك ميوت العضو من الرومات الصوتية
620» :Creator: - صانع الكود : Julian
621» :Spreader: - ناشر الكود : @Julian.
622@eveyone, - جميع الحقوق محفوظة لدى كودز
623» :Creator: - Server Info (Eris)
624https://pastebin.com/JjgGjJuX
625
626» :Description: - وصف الكود :
627 كود معلومات السيرفر .
628» :Creator: - صانع الكود : Julian
629» :Spreader: - ناشر الكود : @Julian.
630
631System | -helpBOTLast Saturday at 6:22 PM
632@eveyone, - جميع الحقوق محفوظة لدى كودز
633» :Creator: - كود تغيير لونك (Eris)
634https://pastebin.com/iZDQvssK
635
636» :Description: - وصف الكود :
637 كود تغيير لونك في السيرفر , حق بروبوت ;)
638» :Creator: - صانع الكود : Julian
639» :Spreader: - ناشر الكود : @Julian.
640@everyone, - جميع الحقوق محفوظة لدى كودز
641» :Creator: - امر مسح الشات (Eris)
642https://pastebin.com/kw85ekaE
643
644» :Description: - وصف الكود :
645 امر تنظيف رسائل الشات
646» :Creator: - صانع الكود : Julian
647» :Spreader: - ناشر الكود : @Julian.
648@eveyone, - جميع الحقوق محفوظة لدى كودز
649» :Creator: - امر عرض رولات السيرفر (Eris)
650client.on('messageCreate', async(message) => {
651 let prefix = '#';
652 let args = message.cleanContent.split(' ');
653 if (args[0] == `${prefix}roles`) {
654 let space = ' ';
655 let roles = message.guild.roles.map((r) => r).sort((a, b) => b.position - a.position);
656 let rr = roles.map((r) => `${r.name + space.substring(r.name.length) + message.guild.members.filter((m) => m.roles.includes(r.id)).length} members`).join('\n');
657 await message.channel.createMessage(`\`\`\`${rr}\`\`\``);
658 }
659});
660
661» :Description: - وصف الكود :
662 امر يعرض لك رولات السيرفر
663» :Creator: - صانع الكود : Julian
664» :Spreader: - ناشر الكود : @Julian.
665@everyone, - جميع الحقوق محفوظة لدى كودز
666» :Creator: - Moveme Command (Eris)
667https://pastebin.com/bt7TSdhw
668
669» :Description: - وصف الكود :
670 امر التنقل بالرومات الصوتية
671#moveme [channel | member]
672» :Creator: - صانع الكود : Julian
673» :Spreader: - ناشر الكود : @Julian.
674@eveyone, - جميع الحقوق محفوظة لدى كودز
675» :Creator: - Move Command (Eris)
676https://pastebin.com/XHTFqbj4
677
678» :Description: - وصف الكود :
679 امر نقل العضو الى روم صوتي
680» :Creator: - صانع الكود : Julian
681» :Spreader: - ناشر الكود : @Julian.
682
683System | -helpBOTLast Saturday at 6:42 PM
684@eveyone, - جميع الحقوق محفوظة لدى كودز
685» :Creator: - Kick Command (Eris)
686https://pastebin.com/8TN2fmHW
687
688» :Description: - وصف الكود :
689 كود طرد العضو من السيرفر
690» :Creator: - صانع الكود : Julian
691» :Spreader: - ناشر الكود : @Julian.
692@eveyone, - جميع الحقوق محفوظة لدى كودز
693» :Creator: - Avatar Command (Eris)
694https://pastebin.com/4VEs41HA
695
696» :Description: - وصف الكود :
697 كود يعرض لك صورة العضو او السيرفر .
698» :Creator: - صانع الكود : Julian
699» :Spreader: - ناشر الكود : @Julian.
700
701Julian.Last Saturday at 6:49 PM
702@here , الأكواد الي نشرتها فوق من كود البنق حتى كود الافتار
703هي كلها اكواد شبيهة بـ بروبوت
704وسويتها بمكتبة Eris
705وذي مو كل الاكواد حقت بروبوت
706- واسف على الازعاج .
707
708System | -helpBOTLast Saturday at 9:29 PM
709@everyone, - جميع الحقوق محفوظة لدى كودز
710» :Creator: - Rep Command (Eris)
711https://pastebin.com/hh0JSmp3
712
713» :Description: - وصف الكود :
714 كود ريب او اعجاب
715[prefix]rep @member
716» :Creator: - صانع الكود : XL | I'm Back#0001
717» :Spreader: - ناشر الكود : @Julian.
718
719System | -helpBOTLast Sunday at 6:04 PM
720@everyone, - جميع الحقوق محفوظة لدى كودز
721» :Creator: - Spotify Command
722https://pastebin.com/cbT1VcKC
723
724» :Description: - وصف الكود :
725 كود عرض معلومات الاغنيه في Spotify
726» :Creator: - صانع الكود : Plexi Development
727» :Spreader: - ناشر الكود : @XL | FireKing
728
729System | -helpBOTLast Sunday at 7:21 PM
730@everyone, - جميع الحقوق محفوظة لدى كودز
731» :Creator: - Imdb Command
732https://pastebin.com/90CRBu6y
733
734» :Description: - وصف الكود :
735 كود بحث عن اي فلم
736» :Creator: - صانع الكود : ولله ما اعرف الي يعرف يكتب لي خاص علشان اكتبة
737» :Spreader: - ناشر الكود : @XL | FireKing
738
739System | -helpBOTLast Monday at 10:38 AM
740@everyone, - جميع الحقوق محفوظة لدى كودز
741» :Creator: - Credit Command (JS)
742https://pastebin.com/v0bqmmXb
743
744» :Description: - وصف الكود :
745 كود كريديت نفس بروبوت
746» :Creator: - صانع الكود : @XL | I'm Back#0001
747» :Spreader: - ناشر الكود : @XL | FireKing
748
749XL | FireKingLast Monday at 10:38 AM
750 بس الخالفية ما عرفت اجيبها :terioawkward:
751
752Julian.Last Monday at 2:37 PM
753مافي خلفيييه
754
755XL | FireKingLast Monday at 2:37 PM
756:terioawkward: :Flix_killu:
757
758System | -helpBOTLast Monday at 6:19 PM
759@everyone, - جميع الحقوق محفوظة لدى كودز
760» :Creator: - Captcha Command (JS)
761https://pastebin.com/cJ3u4DFs
762
763» :Description: - وصف الكود :
764
765كود Captcha
766مع تحديد الامر و تحديد الرتبة و تحديد الروم
767
768» :Creator: - صانع الكود : XL | FireKing#0001
769» :Spreader: - ناشر الكود : @XL | FireKing
770
771System | -helpBOTLast Monday at 7:39 PM
772@everyone, - جميع الحقوق محفوظة لدى كودز
773» :Creator: - SpeacialAvatar
774https://pastebin.com/rDC46DFt
775
776» :Description: - وصف الكود :
777 كود افاتار يعطي لك معلومات عن الشخص مثلا وجدة في سيرفر كودز كدا
778» :Creator: - صانع الكود : ما اعرف بس انا معدل علية شويتين
779» :Spreader: - ناشر الكود : @XL | FireKing
780
781XL | FireKingLast Monday at 7:41 PM
782بس لازم يكون في سيرفرات كثيره فيها دا العضو
783:terioawkward:
784
785System | -helpBOTYesterday at 9:27 PM
786@everyone, - جميع الحقوق محفوظة لدى كودز
787» :Creator: - Invite info
788const fetch = require("node-fetch")
789client.on("message", message => {
790 if (message.content.startsWith(prefix + "inviteinfo")) {
791 var args = message.content.split(" ").slice(1)
792 if (!args) return;
793 console.log(`https://discordapp.com/api/v6/invites/${args[0]}?with_counts=true`)
794 fetch(`https://discordapp.com/api/v6/invites/${args[0]}?with_counts=true`)
795 .then(res => res.json())
796 .then(body => {
797 var embed = new Discord.RichEmbed()
798 .setTitle("Invite info")
799 .addField("Server", `**Server Name :** ${body.guild.name}\n**Server ID :** ${body.guild.id}\n**Members count :** ${body.approximate_member_count}\n**Online members count :** ${body.approximate_presence_count}`)
800 .addField("Channel", `**Channel name :** ${body.channel.name}\n**Channel ID :** ${body.channel.id}`)
801 .addField("Inviter", `**Name :** ${body.inviter.username}#${body.inviter.discriminator}`)
802 .setThumbnail(`https://cdn.discordapp.com/icons/${body.guild.id}/${body.guild.icon}.png`)
803 message.channel.send({
804 embed: embed
805 })
806 }).catch(err => message.channel.send(`I can't find this invite.`))
807 }
808})
809
810» :Description: - وصف الكود :
811 كود يجيبلك معلومات الانفايت..
812
813البكجات :
814"node-fetch": "^2.6.0"
815» :Creator: - صانع الكود : @#iTzMurtaja
816» :Spreader: - ناشر الكود : @#iTzMurtaja