最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to use emoji from URL in Discord.js? - Stack Overflow

programmeradmin3浏览0评论

I'm trying to use emojis from an image url, so the bot can use the specific emojis across multiple servers. At the moment i'm having to upload the emoji directly to the server.

Is there a way to do this? I have seen multiple Discord bots which use external emojis, without it being on the actual server itself.

Thanks for any help.

I'm trying to use emojis from an image url, so the bot can use the specific emojis across multiple servers. At the moment i'm having to upload the emoji directly to the server.

Is there a way to do this? I have seen multiple Discord bots which use external emojis, without it being on the actual server itself.

Thanks for any help.

Share Improve this question asked Jun 8, 2020 at 22:20 NanooNanoo 9019 silver badges19 bronze badges 1
  • 1 @Siguza Discord Nitro? I don't think bots need a subscription to use custom emojis. – Nanoo Commented Jun 8, 2020 at 22:28
Add a ment  | 

1 Answer 1

Reset to default 9

A Discord bot can use any emoji from any server to any server, it's quite easy in fact :

  1. Go to the server where the emoji is
  2. Type the emoji name as you would normally do to send it
  3. Add a backslash on front of it (\)
  4. You should see something like this <:emoteName:emoteID>
  5. You can use it to send the emoji to any server your bot is on, supposing that it has access to the emoji by being on the server with the emoji you need to send.

Hope this helps :)

发布评论

评论列表(0)

  1. 暂无评论