问题描述
async def type(ctx):
words = "Hello"
for x in words:
await ctx.send(x)
time.sleep(0.1)
输出:
H
e
l
l
o
它们不在一行中显示。 我该怎么做才能解决此问题?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)