NickColley / scrambo

Puzzle Scramble Generator
26 stars 5 forks source link

object Object #39

Closed festiveelephantseal closed 4 years ago

festiveelephantseal commented 4 years ago
   } else if(message.content === "_4") {
     var seeded_scramble = new Scrambow().setType('444').setSeed(1).get();
     message.channel.send(seeded_scramble)

when i use the command it returns [object Object] why