作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想创建一个脚本,它将数据从谷歌表单发送到谷歌应用程序脚本中的不和谐网络钩子(Hook)。但我在第一行收到错误:
import { client as _client } from 'discord.js';
const client = new _client();
这是错误:
Syntax error: SyntaxError: Cannot use import statement outside a module line: 1 file: Code.gs
最佳答案
discord.js 依赖于 Node.js。它不能在 Google Apps 脚本上运行。
如果您想联系不和谐的 webhook,请直接使用 UrlFetchApp
API 根据 External APIs guide .
关于javascript - 语法错误 : SyntaxError: Cannot use import statement outside a module line: 1 file: Code. gs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67390141/
我是一名优秀的程序员,十分优秀!