mo9mo9study / discord.CodeWarehouse

3 stars 2 forks source link

お遊び機能の勉強スロット処理で正規表現から情報取得できない問題 #97

Closed supleiades closed 3 years ago

supleiades commented 3 years ago
Ignoring exception in on_message
Traceback (most recent call last):
  File "/home/centos/repos/discord.CodeWarehouse/python/venv/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "/home/centos/repos/discord.CodeWarehouse/python/Cogs/Managements/slotstudyrecord.py", line 44, in on_message
    strName = strName[1]
TypeError: 'NoneType' object is not subscriptable
supleiades commented 3 years ago