SakuraProject / sakura-bot

SakuraBotです。
MIT License
9 stars 3 forks source link

readme.mdの通りに設定したが動かない #8

Closed orarange closed 2 years ago

orarange commented 2 years ago
Traceback (most recent call last):
  File "/workspaces/gom-bot/main.py", line 11, in <module>
    bot.run(token=os.environ["TOKEN"])
  File "/home/codespace/.local/share/virtualenvs/gom-bot-axrAplyU/lib/python3.10/site-packages/discord/client.py", line 723, in run
    return future.result()
  File "/home/codespace/.local/share/virtualenvs/gom-bot-axrAplyU/lib/python3.10/site-packages/discord/client.py", line 702, in runner
    await self.start(*args, **kwargs)
  File "/home/codespace/.local/share/virtualenvs/gom-bot-axrAplyU/lib/python3.10/site-packages/discord/client.py", line 663, in start
    raise TypeError("unexpected keyword argument(s) %s" % list(kwargs.keys()))
TypeError: unexpected keyword argument(s) ['token']

@ysmreg

yaakiyu commented 2 years ago

直した。

orarange commented 2 years ago

thx