Hello. There has been an unfortunate change recently. One of the libraries the bot is using was wiped out of the internet (discord-components). That means it is not possible to install the library for new users. Apparently it was moved under discord-ui library. And that is what this update is all about, I have updated the bot to use the discord-ui instead.
Currently this includes changes in main.py and Tickets module. No other modules are affected.
You don't really have to update if you are already running these modules, this update does not bring any new features, just keeps the bot in working condition for everyone, especially new users.
Update steps:
- Download new version of the bot and Tickets module, unzip it, replace main.py and tickets.py with new one.
- Install new python package:
Code (Text):
pip install discord-ui
- Restart the bot
