-1

How can I run a Python script inside a JavaScript Discord Bot code?

Bruno
  • 31
  • 4

1 Answers1

1

You cant just interpret python code in javascript. You could try to spawn a proccess and execute your python script and take the output. Here is a solution, how to do this: node.js call external exe and wait for output