【发布时间】:2020-10-26 08:05:36
【问题描述】:
嗨,我想做的是向我的机器人所在的所有服务器发送一条消息,这是我的代码,我很确定这不反对 tos,但如果是,请纠正我
await bot.wait_until_ready()
channels = []
for server in client.servers:
for channel in server.channels:
channels.append(channel)
Message.send('HELLO! and thank you for adding this amazing bot. yes i am the owner ELONI sending this message saying thanks. thanks for getting us verified thanks for everythng. have a great DAY')
【问题讨论】: