esmBot is a free and open-source Discord bot designed to entertain your server. It's made usingOceanicand comes with image, music, and utility commands out of the box. Features Powerful, efficient, and performant image processing powered bylibvips ...
esmBot是一款易于扩展的,多功能且专注于娱乐的Discord机器人,使用结合图像,音乐和实用程序命令以及许多其他命令制作而成。 用法 您可以使用以下链接将漫游器邀请到您的服务器: : 可以在找到命令列表。 如果您想自行托管该机器人,请在找到指南。 学分 图标由 。 所有图像,声音和字体均为其各自所有者的版权。
If you are using a "very large bot," Discord's special gateway settings apply. Ensure your shard count is a multiple of the number set by Discord or set options.shards and options.guildsPerShard to "auto". You may also be able to use concurrency (see below). Concurrency oceanic-fleet ...
这是我的 package.json 文件: { "name": "discordbot", "version": "1.0.0", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node main.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "di...
问在discord.js指南中使用ESM的命令/事件处理程序卡住EN我一直在努力使用discord.js来创建这个机器人,在...
最近因为项目需要使用nodejs,因此不得不对其进行学习研究。一番深入后发现,nodejs除了好用,作为后台效率非常高之外,它自身的设计堪称精妙。我们都知道学习的一种有效方式就是看牛逼人物是怎么打造牛逼作品,而nodejs作为极为极为成功的后台系统,要不是有着高超精彩的设计和实现就不会有如此成就,倘若我们能吃透...
1.在nodejs的最新版本中,可以使用let fetch = await import('node-fetch')动态地将ESM模块导入Common...
javascript 错误[ERR_UNSUPPORTED_ESM_URL_SCHEME]:仅包含以下方案的URL:默认ESM加载程序支持文件和数据...
javascript 错误[ERR_UNSUPPORTED_ESM_URL_SCHEME]:仅包含以下方案的URL:默认ESM加载程序支持文件和数据...
{ "name": "discordbot", "version": "1.0.0", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node main.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "discord.js": "^13.0.1", "no...