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
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
On Windows, setting up the bot is a lot harder than Linux(like Debian)
Two libraries will have different install method compared to Linux : Magic and Opus
Magic
magic DLL can be obtain with pip3 install python-magic-bin
Opus
You need DLL from opuslib:
opus.dll (renamed from libopus-0.dll)
libwinpthread-1.dll
libgcc_s_sjlj-1.dll (libgcc_s_seh-1.dll in case of 64bits)
If you are lazy like me, you can add them to Scripts folder in python3 folder. (DLL need to be on windows PATH variable)