swimmerhair

Swimbot Error

Dec 14th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.49 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/Swimbot/venv/lib/python3.9/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Swimbot/whois.py", line 275, in whois
  5.     temp_string = f'{index+1}. {th_emoji} {player_info_list[index]["name"]}\n:beginner: {player_info_list[index]["role"]} of {player_info_list[index]["clan"]["name"]}\n{"".join(main_hero)}\n\n'
  6. UnboundLocalError: local variable 'th_emoji' referenced before assignment
  7.  
Add Comment
Please, Sign In to add comment