Discord.js bot带有图像的自定义状态

时间:2019-11-01 23:19:49

标签: discord discord.js

当前正在尝试将setPresence用于我的机器人,我可以得到名称,但是第二行没有任何详细信息,也没有图像。

bot.user.setPresence({
    game: {
        name: "Ready to brawl!",
        application_id: 'the id',
        details: "These sharks are ready for a fight.",
        type: 0
    },
    assets: {
        large_image: "large",
        large_text: "Do not jump into that tank...",
        small_image: "small",
        small_text: "c!help"
      },
    status: "dnd"
});

所以显示的是: 我的机器人在DND上,显示“正在准备争吵!”,但没有其他显示。详细信息部分没有显示,并且没有大大小小的图像。 我之前使用过一个自定义状态应用程序,所以我假设您需要在开发人员站点上使用自己的不和谐应用程序,所以我做了一个。我的名称与“名称:'。”完全相同。 ”部分,而我的ID在应用程序ID部分中。 (我不确定共享ID是否不好,所以我将其排除在外。) 在我尝试将large_image和small_image用作纯输入并为其提供链接之前,但该应用程序和该应用程序都无法正常工作。 因此,如果我在这里认真操心,将不胜感激

1 个答案:

答案 0 :(得分:1)

这很正常,您不能实际上使用带有漫游器的Rich Presence。也许有一天,Discord会允许这样做。