when i type !shop in the discord it gives me this in the terminal: Ignoring exception in on_message
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\nextcord\client.py", line 499, in _run_event
await coro(*args, **kwargs)
File "c:\Github\Valorant-item-shop-discord-bot\item_shop_viewer.py", line 387, in on_message
for skin in skin_list:
NameError: name 'skin_list' is not defined
when i type !shop in the discord it gives me this in the terminal: Ignoring exception in on_message Traceback (most recent call last): File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\nextcord\client.py", line 499, in _run_event await coro(*args, **kwargs) File "c:\Github\Valorant-item-shop-discord-bot\item_shop_viewer.py", line 387, in on_message for skin in skin_list: NameError: name 'skin_list' is not defined