Common Error Fixes
Microsoft Visual C++ 14.0 Required
Console Log
If you encounter this error, follow these steps:
Go to Visual Studio Downloads and download Visual Studio 2022.
Install it and open the application.
In the main menu, select the items as displayed in the screenshot below.
The most important part is Visual C++ build tools at the top left. Ensure all required checkboxes are selected, then click Install.

Wait for the installation to complete and restart your computer.
✅ Done.

Aiodns Needs a SelectorEventLoop
Solution
The Aiodns issue has been resolved. Follow these steps to fix it:
Download the latest version from GitHub.
Open the console in the bot's repository and enter the following commands:
python -m venv venv venv\Scripts\activate # Windows pip install -r requirements.txt
Restart your PC (IMPORTANT!).
After restarting, activate the virtual environment:
venv\Scripts\activate
Run the bot:
python main.py
✅ Issue resolved.
Last updated