Discord-Select-Menu-Ticket-Bot
Discord-Select-Menu-Ticket-Bot copied to clipboard
A Discord Ticket Bot with Select Menu using Pycord
This is a Simple Ticket Bot with a Select Menu and its easy to Customize
-
Previews
-
Update v.17
- Made eveything now in a Cog
- HTML Transcript
- SQLITE Database that saves current opened Tickets
- Fixed some Errors
-
Install all Required Modules
pip install py-cord==2.4.0 pip install asyncio pip install chat-exporter or you can use pip install -r requirements.txt -
How to set up config.json
{ "token": "", <- Your Bot Token from https://discord.dev "guild_id": 123, <- Your Server ID aka Guild ID "ticket_channel_id": 123, <- Ticket Channel where the Bot should send the SelectMenu + Embed "category_id_1": 123, <- Category 1 where the Bot should open the Ticket for the Ticket option 1 "category_id_2": 123, <- Category 2 where the Bot should open the Ticket for the Ticket option 2 "team_role_id_1": 123, <- Staff Team role id "team_role_id_2": 123, <- Staff Team role id "log_channel_id": 123, <- Where the Bot should log everything "timezone": "CET" <- Timezone use https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List and use the Category 'Time zone abbreviation' for example: Europe = CET, America = EST so you put in EST or EST ... -
All Commands
/ticket/delete/add/remove
-
How to use Custom emojis from your Discors Server in the Select Menu
Type in the Chat \ but do not send it, now Choose one Emoji that is one your server and press on it. Now it should look like that \<:emoji_name:emoji_id> now just remove the \ and paste the rest in your Code and here you go.
-
Discord
- Join my DC Server for help and create an Ticket
- If you want to Support me give this Project a Star
- https://discord.gg/ycZDpat7dB
Apache License 2.0