【发布时间】:2021-07-18 17:47:42
【问题描述】:
我需要一个循环,在单独的消息中提及用户 x 次(x 是 0 到 1000 之间的随机选择) 已经试过了:
if message.content.startswith('$ZSEN'):
await message.channel.send('MASZYNA LOSUJĄCA JEST PUSTA, I POSZŁO KURWA: ')
for i in range(100):
await message.channel.send(message.author.mention)
【问题讨论】:
标签: python discord bots mention