Розыгрыш Premium и Уникальной юзергруппы на форуме! Перейти

Отцы discord.js помогите

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
JavaScript:
Expand Collapse Copy
bot.channels.find("name","welcome").send("Welcome!")
или по id
JavaScript:
Expand Collapse Copy
bot.channels.get("id", "18NUMBERIDHERE").send("Welcome!")
 
JavaScript:
Expand Collapse Copy
bot.channels.find("name","welcome").send("Welcome!")
или по id
JavaScript:
Expand Collapse Copy
bot.channels.get("id", "18NUMBERIDHERE").send("Welcome!")
Либо я что-то не правильно делаю либо да
TypeError: bot.channels.get is not a function
 
Назад
Сверху Снизу