文件名称:易于使用的Discord Deno API-JavaScript开发
文件大小:248KB
文件格式:ZIP
更新时间:2024-06-14 23:55:43
JavaScript Miscellaneous
Discord-Deno易于使用的Discord-deno API Deno易于使用的Discord API库目录使用情况文档维护者贡献许可证使用情况导入{Client} from'https://deno.land/x/discord-deno/models /client.ts'从{https://deno.land/x/discord-deno/structures/message.ts'导入{消息} const bot = new Client()bot.on('messageCreate',(msg:Message ):void => {if(msg.content ==='!ping'){msg.channel.send(`Pong!ping:$ {bot.ping}`)}}))bot.connect(TOKEN,[GatewayIntents .GUILD_ME