Extension not found. Cogs discord.py

后端 未结 0 1815
有刺的猬
有刺的猬 2021-01-28 16:14

This is my code.

for filename in os.listdir(\'lib\\commands\'):
if filename.endswith(\'.py\'):
    client.load_extension(f\'cogs.{filename[:-3]}\')
相关标签:
回答
  • 消灭零回复
提交回复
热议问题