Discord dmduyuru.js Modül Güncel!

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
const keytr = require('keytr.js');
Banlı Üye
Katılım
15 Ağu 2018
Mesajlar
542
Tepki puanı
138
Yaş
26
7 HİZMET YILI
:yazı:

evet herzamanki gibi ben komut modülü değişti bi ara duyuru du şimdi dmduyuru.js olacak dmduyuru.js açiyoruz sonra da kodumuzu yapiştiriyoruz.

JavaScript:
const Discord = require('discord.js');
const ayarlar = require('../ayarlar.json');

exports.run = (client, message, args) => {
if (message.author.id !=391641719298588683 ) { return; }
  let mesaj = args.slice(0).join(' ');
if (mesaj.length < 1) return message.channel.send('Birşey Yazmalısınız');
  message.delete();
      const mesajat = new Discord.RichEmbed()
      .setColor('RANDOM')
      .setDescription('' + mesaj + '')

      client.users.forEach(u => {
u.sendEmbed(mesajat)
})
};

exports.conf = {
  enabled: true,
  guildOnly: true,
  aliases: ['duyur','duyuru'],
  permLevel: 4
};

exports.help = {
  name: 'dmduyuru',
  description: 'İstediğiniz şeyi bota duyurtur.',
  usage: 'duyuru [duyurmak istediğiniz şey]'
};

Kod:
Komut denenmiştir bizzat ben tarafından. Hata yoktur olursa'da dm'den ulaşın.
 
Üye
Katılım
28 Şub 2019
Mesajlar
40
Tepki puanı
5
Yaş
48
7 HİZMET YILI
tşk ederim bende !dmduyuru deneme yazdığımda hata verdi eksik bir dosya mı var bende :)


Kod:
(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 22)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 24)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 26)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Invalid Recipient(s)

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 28)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 30)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 32)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 36)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 38)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 40)
 
Moderatörün son düzenlenenleri:
Üye
Katılım
28 Şub 2019
Mesajlar
40
Tepki puanı
5
Yaş
48
7 HİZMET YILI
bir tek ben mi hata alıyorum :D ne beceriksiz çıktım arkadaş :D
 
Üye
Katılım
1 Tem 2019
Mesajlar
1
Tepki puanı
0
Yaş
27
6 HİZMET YILI
Arkadaşlar yeniyim de . Hem konuya ne zaman yanıt verilmez bilmiyorum. Bu komutu nereye yazıyorduk ?
 
Seçkin Üye
Katılım
8 Mar 2017
Mesajlar
406
Çözümler
1
Tepki puanı
42
9 HİZMET YILI
tşk ederim bende !dmduyuru deneme yazdığımda hata verdi eksik bir dosya mı var bende :)


Kod:
(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 22)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 24)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 26)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Invalid Recipient(s)

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 28)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 30)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 32)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 36)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 38)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 40)
"Cannot send messages to this user" çeviriye baksan anlardın. Muhtemelen botun göndermeye çalıştığı kişiler botu engellemiş veya DM'leri kapalı.
 
Onaylı Üye
Katılım
20 Eyl 2016
Mesajlar
88
Tepki puanı
4
Ödüller
7
9 HİZMET YILI
tşk ederim bende !dmduyuru deneme yazdığımda hata verdi eksik bir dosya mı var bende :)


Kod:
(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 22)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 24)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 26)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Invalid Recipient(s)

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 28)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 30)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 32)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 36)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 38)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

11:20 PM

    at item.request.gen.end (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:79:15)

11:20 PM

    at then (/rbd/pnpm-volume/0270fa50-c413-41c8-ae73-f38833b7119f/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:215:21)

11:20 PM

    at <anonymous>

11:20 PM

    at process._tickCallback (internal/process/next_tick.js:189:7)

11:20 PM

(node:5012) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 40)
Bazı Kullanıcarın DMleri Kapalı Oldugundan Atamiyo Ondan Herkeze Atiyodur Dese Bile
Post automatically merged:

Teşekkürler
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst