bug
some extensions not working dm welcomer , global ban , multiserver directory - Network System Extension , Registration System Extension for ZygnalBot , Task Manager Discord Bot Extension Documentation , ZBackup - Advanced Discord Server Backup Extension i tried some extensions
Comments (2)
You still need to install the dependencies, since they’ll be downloaded directly into your extensions path. When someone downloads the extensions and loads the bot, the bot will try to run them immediately. This means you need to install any required dependencies first—either by running pip install <package> manually or by adding them to requirements.txt and then using pip install -r requirements.txt.
Status changed from Pending to Approved by admin.