英文: Intents not working on discordgo, how do i fix it 问题 dg.Identify.Intents = discordgo.MakeIntent(...
Discord机器人已连接到WebSocket,但尚未完成加载。
英文: Discord Bot connected to Websocket but not finished loading 问题 我正在开发一个类似于Discord机器人的项目,已经进行了2周的时...
我的 Discord 机器人停止执行其命令。
英文: My Discord-Bot stopped executing its commands 问题 以下是翻译好的内容: 只是今天我才意识到我的机器人在新用户加入后没有做任何操作,尽管他应该像以...
如何让Heroku找到并加载我的主Java文件
英文: How do I get Heroku to find and load my main java file 问题 当我尝试部署我的Discord机器人程序时,没有任何反应,日志显示如下: P...
JDA Discord – How to get all names of Users who reacted to a bot's message in an array
英文: JDA Discord - How to get all names of Users who reacted to a bot's message in an array 问题 我正...
获取用户ID的用户名 – Discord JDA
英文: Get Name of User From ID - Discord JDA 问题 我从User.fromID(long id)获得一个User实例。 User u = User.fromID...
EventWaiter无法正常工作 – Java Discord API
英文: EventWaiter doesn't work - Java Discord API 问题 private static final String EMOTE = "\uD8...
discord消息获取日期时间
英文: discord message get date time 问题 这是我的代码: else { String words = objMsg.getContentRaw().substring(...
Java JDA如何检查消息是否早于2周
英文: Java JDA How to make check if the messsage is older than 2 weeks 问题 当消息的时间超过2周时,我遇到了关于我的Discord机...
使用命令的时间限制
英文: Time limit for using commands 问题 我正在使用JDA编写一个机器人。 我已经编写了几个命令,我希望能够让用户只能调用一次该命令,然后他必须等待,比如说5秒钟才能再...
18