Use most recent message in channelmode will let you select a specific channel on your server. Then it will turn the last message on that channel into a reaction role message. Here, I am selecting thePost embedmode to create a reaction role message directly on the Carl bot dashboard. 4.T...
python3发送微信消息 bot = Bot(cache_path=True)可以保持登陆状态 embed()# 堵塞线程可以一直不掉线 代码如下: fromwxpyimport*bot= Bot(cache_path=True)#定位好友boss = bot.search('好友名字')[0] boss.send("python测试微信发送")#堵塞线程embed() 发送群把好友名改成群名就行,以上脚本参考自网上 实际...