Discord-Select-Menu-Ticket-Bot
Discord-Select-Menu-Ticket-Bot copied to clipboard
A Discord Ticket Bot with Select Menu using Pycord
[opc@discord-bot-servers Discord-Select-Menu-Ticket-Bot-main]$ python main.py Traceback (most recent call last): File "main.py", line 9, in from cogs.ticket_system import Ticket_System File "/home/opc/dragon/Discord-Select-Menu-Ticket-Bot-main/cogs/ticket_system.py", line 53, in class MyView(discord.ui.View): AttributeError: module 'discord' has no...
error: cogs\ticket_system.py", line 215, in delete_button transcript_info = discord.Embed(title=f"Заявка удалена | {ctx.channel.name}", color=discord.colour.Color.blue()) NameError: name 'ctx' is not defined
maybe im on a hosting, but even adding pip install -U pytz on startup doesnt work, i have python 3.13.9, and other libraries are loading normally
Currently, when a user selects a category from the dropdown to create a ticket, **there is no immediate interface feedback**. After making a selection, nothing happens visually – the dropdown...
### Feature request: add the ability to open multiple tickets by one user. Now it is impossible because of the `discord_id` check. I believe it would be better if the...