我创建了一个变量cfg = waterot.cfg
,然后waterot.cfg
在 pycharm 中创建了一个新文件“”,这会自动创建一个pyvenv.cfg
文件,我不知道这是什么,我的代码出错了,我删除了文件pyvenv.cfg
并从. 现在,当我运行我的代码时,我得到了一个错误.cfg
.txt
No pyvvenv.cfg file
这是有问题的一段代码
redeemkey = message.author
if redeemkey.startswith('!download'):
if message.channel.id == 695834994064490658:
with open ('waterOT.txt', 'rb') as otcfg:
await message.author.send(file=discord.File(otcfg, 'waterOT.cfg'))
await message.delete()