在不和谐的服务器上,我有一个建议渠道供会员提出建议。因此,我希望我的漫游器删除在该通道中发送的消息,除非该消息以“ suggestion”开头。我是JavaScript和不和谐机器人制作的新手,所以我想知道是否有人可以帮助我
答案 0 :(得分:0)
这应该为您工作。我建议您尝试尝试编写所需的代码,如果您无法弄清楚该怎么做,然后寻求帮助。
除此之外,有个好日子的负责人。
# do something to patch os
#
import some_pypi_module # <--- it uses modified os library
some_pypi_module.save(path) # <--- is saves to the path on disk using modified os library and now can understand gs://
答案 1 :(得分:0)
if(!message.content.startsWith('word'))返回msg.delete()。then(msg => msg.channel.send(“不包含起始词”))