- Fixed Issue: The TicketSelect class reference in the TicketCog was incorrectly accessed using self.TicketSelect(self), resulting in an AttributeError.
- Fix: The class reference is now correctly written as TicketCog.TicketSelect(self) to ensure proper initialization and avoid the AttributeError.
- Effect: This fix resolves the issue where the bot failed to add the TicketSelect view during startup, preventing the ticket system from functioning as intended.
This New version contains : music system , verification system and other features.
