Javascript.RU

Создать новую тему Ответ
 
Опции темы Искать в теме
  #1 (permalink)  
Старый 29.11.2019, 22:25
Новичок на форуме
Отправить личное сообщение для Nexus72 Посмотреть профиль Найти все сообщения от Nexus72
 
Регистрация: 29.11.2019
Сообщений: 1

Проблема с кодом
const Discord = module.require('discord.js')
module.exports.run = async (VoiceChannel, bot, message, args) => {
	if(message.member.VoiceChannelID === undefined)return message.channel.send('>>> **ембед** тип в канал зайди');
	let channel = message.guild.channels.get(message.member.VoiceChannelID);
	let member = message.mentions.members.first();
	if(!member)return message.channel.send('>>> **ембед** тип чела не указал');
	member.setMute(true);
	if(!member.voiceMutes) member.voiceMutes = new Array();
	member.voiceMutes.push(channel);
	message.channel.send('>>> **ембед** усё успешно')
	
}
module.exports.help = {
	name: 'voicemute',
	aliases: ['войсмут']
}


Ошибка в следующем
(node:780) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'VoiceChannelID' of undefined
at Object.module.exports.run (/app/cmds/voicemute.js:3:20)
at Client.bot.on (/app/bot.js:370:18)
    at process._tickCallback (internal/process/next_tick.js:68:7)
(node:780) 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: 1)
(node:780) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Ответить с цитированием
Ответ



Опции темы Искать в теме
Искать в теме:

Расширенный поиск


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Смена background при нажатии JIeuTo Общие вопросы Javascript 5 14.09.2018 18:48
Помогите пожалуйста ,есть проблема с кодом Mikhail-lex Общие вопросы Javascript 6 26.08.2017 12:33
Проблема с кодом banditman Javascript под браузер 13 23.05.2017 15:58
Проблема с кодом javascript javamen Общие вопросы Javascript 7 25.08.2016 20:04
Проблема с кодом Хан Events/DOM/Window 2 31.07.2016 22:17