【发布时间】:2023-03-08 11:09:01
【问题描述】:
我在 discord.js 中有一个不和谐机器人,但我找到了一个免费版本的cleverbot API https://github.com/plasticuproject/cleverbotfree,我想要一个可以与该 API 一起使用的命令。有没有办法在javascript中执行python?
【问题讨论】:
标签: javascript python discord discord.js discord.py
我在 discord.js 中有一个不和谐机器人,但我找到了一个免费版本的cleverbot API https://github.com/plasticuproject/cleverbotfree,我想要一个可以与该 API 一起使用的命令。有没有办法在javascript中执行python?
【问题讨论】:
标签: javascript python discord discord.js discord.py
很可能没有不是超级笨拙的直接方法。您可能想要设置一个 python 程序,通过 API 公开您需要的信息,并在您的节点程序中使用该信息。
【讨论】: