Ana içeriğe atla

Çift Prefix JS



client.on("message", onr => { if (onr.channel.id !== "KANALID") { //buraya o kanalın ID'si yazılacak. return; } if (onr.author.id === onr.guild.ownerID) return; if (onr.attachments.size < 1) { onr.delete(); } });

bot.js ye

Bu blogdaki popüler yayınlar

Discord Mute Komutu V12

DİSCORD.JSV12 STARTİNG DİSCORD.JS V12 Gerekli modüller ms KOMUTLAR/MUTE.JS Save   New   Duplicate & Edit   Just Text 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 const Discord = require ( "discord.js" ); const ms = require ( "ms" ); exports.conf = { enabled : false , guildOnly : false , aliases : [ "pa" ], permLevel : 3 , } exports.help = { name : 'mute' , description : 'McdKsrV12ye Çevrimiştir.' , usage : 'Sahibi:wioenena.q#7387 ' } exports.run = async function ( client, messa...

PACKAGE.JSON HERŞEY VAR

{ "//1": "describes your app and its dependencies", "//2": "https://docs.npmjs.com/files/package.json", "//3": "updating this file will download and update your packages", "name": "infinity", "version": "0.0.1", "description": "A simple Node app built on Express, instantly up and running.", "main": "bot.js", "scripts": { "start": "node bot.js" }, "dependencies": { "express": "^4.17.1", "discord.js": "^11.5.1", "chalk": "^4.0.0", "moment": "^2.24.0", "jimp": "^0.10.1", "quick.db": "7.0.0-b21", "common-tags": "^1.8.0", "figlet": "^1.3.0", "parse-ms": "^2.0.0", "...