gpt4 book ai didi

javascript - 有没有办法在 bot.on ("ready") 函数中向特定用户发送消息?

转载 作者:行者123 更新时间:2023-11-30 19:20:54 25 4
gpt4 key购买 nike

我正在尝试让我的机器人在上线/准备就绪时向我发送直接消息

我尝试使用诸如 bot.guilds.members.find("id", "my id") 之类的函数和 bot.guilds.members.get("id", "my id") 但它只返回 find/get is not a function

bot.on("ready", async message => {
bot.guilds.members.find("id", "my id")
});

我希望机器人上线时给我发消息

最佳答案

bot.on("ready", async () => {
bot.users.get("Your ID").send("Message")
});

关于javascript - 有没有办法在 bot.on ("ready") 函数中向特定用户发送消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57498397/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com