You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found Discord under /Users/Bond/Documents/Bond/Applications/Discord.app/Contents/MacOS
Traceback (most recent call last):
File "/usr/local/bin/beautifuldiscord", line 11, in <module>
load_entry_point('BeautifulDiscord==0.1.0', 'console_scripts', 'beautifuldiscord')()
File "/usr/local/lib/python3.6/site-packages/beautifuldiscord/app.py", line 126, in main
os.chdir(discord.resources_path)
FileNotFoundError: [Errno 2] No such file or directory: '/Applications/Discord.app/Contents/Resources'
It finds Discord under /Users/Bond/Documents/Bond/Applications/ and tries to edit it in /Applications/
The text was updated successfully, but these errors were encountered:
Found Discord PTB under /Users/Bond/Documents/Bond/Applications/Discord PTB.app/Contents/MacOS
Traceback (most recent call last):
File "/usr/local/bin/beautifuldiscord", line 11, in <module>
load_entry_point('BeautifulDiscord==0.1.0', 'console_scripts', 'beautifuldiscord')()
File "/usr/local/lib/python3.6/site-packages/beautifuldiscord/app.py", line 127, in main
os.chdir(discord.resources_path)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/Bond/Documents/Bond/Applications/Discord PTB.app/Contents/MacOS/../../Resources'
It finds Discord under
/Users/Bond/Documents/Bond/Applications/
and tries to edit it in/Applications/
The text was updated successfully, but these errors were encountered: