英文:
Discord Bot Studio
问题
使用Discord Bot Studio v2.1.1的命令流,如何将服务器创建日期添加到我的发送嵌入命令流中?另外,我的服务器所有者名称变量和区域名称变量总是显示为未定义。
我尝试过存储变量,然后在我的变量下发送嵌入消息调用变量。
英文:
Using Discord Bot Studio v2.1.1 command flow, how would I add Guild creation date into my send embed command flow? Also my guild owner name var + region name var always says undefined
I've tried to store the variable, and then send the embedded message calling the variable under my variables
答案1
得分: -1
我已经找到了解决方法,只需浏览一下,看看是否还有其他人有同样的问题,我的问题是在${tempVars.guild.createdAt}变量中有一个拼写错误,我应该使用${dbsVars.guild.createdAt}。
英文:
I have found a fix to this, just had to do a bit of browsing for anyone else wondering the same thing, my issue was I had a typo in the ${tempVars.guild.createdAt} variable when I should have used ${dbsVars.guild.createdAt}
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论