如何将自定义表情符号上传到我的不和谐机器人

How do I upload a custom emoji to my discord bot(如何将自定义表情符号上传到我的不和谐机器人)
本文介绍了如何将自定义表情符号上传到我的不和谐机器人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我制作了一个不和谐的机器人,现在我想开始添加自定义表情符号.我看过很多关于如何使用 client.cache 或其他东西来输入表情符号的教程,但是我如何上传它们并获取它们的 ID 以在我的不和谐机器人中使用.我将不胜感激一个快速简单的答案!

I have made a discord bot and I would now like to get started on adding custom emojis. I have seen many tutorials on how to use client.cache or something to type an emoji, but how do I upload them and get their ID to use in my discord bot. I would appreciate a fast and easy answer!

<3

推荐答案

你需要做的就是让你的机器人在一个服务器中使用你想要在你的机器人中使用的任何表情.然后,键入前面带有反斜杠的表情并发送,返回类似 <:honk:670458084136845352> 的内容.这就是您在机器人消息中输入的内容.

What you have to do is have your bot in a server with whichever emotes you want to use in your bot. Then, you type the emote with a backslash in front and send it, returning something like <:honk:670458084136845352>. That's what you put in the message for your bot.

如果您有任何问题,或者这不够清楚,请告诉我.

If you have any issues, or this isn't clear enough, please let me know.

这篇关于如何将自定义表情符号上传到我的不和谐机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Auto-reply to direct messages(自动回复直接消息)
Play local music files using djs v13(使用 djs v13 播放本地音乐文件)
Making a bot delete its own message after a timeout(让机器人在超时后删除自己的消息)
Discord.js meme command with meme subreddit returns image as 403 forbidden(带有 meme subreddit 的 Discord.js meme 命令将图像返回为 403 禁止)
How to get snekfetch results into an object?(如何将 snekfetch 结果放入对象中?)
Get user banner in discord.js(在 discord.js 中获取用户横幅)