削除決定
削除決定
DIAdiscord.js - Imagine a boo! 👻
Created by 削除決定 on 7/13/2024 in #djs-questions
I got two errors when I execute deferReply method.
I'm making a music bot, but I got two errors when I execute the deferReply method. (I don't know why, but I only got an error message, and there is no problem executing it.) What should I do to don't show this error? https://pastebin.com/Y8dyTrmx ...music.js= await playing_panel.createMessageComponentCollector({ time: 0 }) .on('collect', async (button) => { await button.deferReply({ ephemeral: false,fetchReply: true }); <- here... switch (button.customId) {
23 replies