admin管理员组

文章数量:1353223

This problem is giving me a headache.

I'm trying to edit discord messages, but it just won't work.

I get the error: slotDisplayer.edit is not a function

exports["%slots play"] = function(args, data) {
    var frame_count = utils.getRandomInt(15, 25);
    var main_reels = utils.newReels(3);
    var slotDisplayer = data.channel.send(`You spent 1

本文标签: javascriptEditing messages using discordjs not workingStack Overflow