Discord bot
This bot enables a ticketing system for your Discord server. Users can click a button to create a ticket, which will be presented as a separate text channel, accessible only by the user and certain roles. Once the issue is resolved, the user can close the ticket using a special button, and administrators can delete the ticket after it's closed.
Features:
- Create tickets via a button
- Assign roles that have access to the ticket
- Close and delete tickets
Programming language: Python
Required libraries: disnake
Social network: Discord
To run the bot, you will need a token, which you can get by creating an application in the Discord Developer Portal. Insert the token into the code where it says bot.run("INSERT-TOKEN"). Make sure the token remains confidential and is not published in public sources.
To run the bot, you will need a token, which you can get by creating an application in the Discord Developer Portal. Insert the token into the code where it says bot.run("INSERT-TOKEN"). Make sure the token remains confidential and is not published in public sources.
app.py5.18 KbDownload
discord
disnake
bot
python