mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-04-05 12:51:42 +03:00
:)
This commit is contained in:
parent
5c65888c95
commit
9a63bee5e7
@ -1,11 +1,12 @@
|
||||
# DiscordTickets
|
||||
|
||||
[](https://repl.it/github/eartharoid/DiscordTickets) [](https://ko-fi.com/B0B214BHI)
|
||||
[](https://repl.it/github/eartharoid/DiscordTickets)
|
||||
|
||||
A simple Discord bot to manage support ticket channels to allow you and your team to provide better and quicker assistance to your members/customers.
|
||||
|
||||
**Go to the [wiki](https://github.com/Eartharoid/DiscordTickets/wiki) for more information**
|
||||
|
||||
https://discord.com/api/oauth2/authorize?client_id=INSERT-YOUR-BOT-ID-HERE&permissions=8&scope=bot
|
||||
Invite your bot:
|
||||
`https://discord.com/api/oauth2/authorize?client_id=INSERT-YOUR-BOT-ID-HERE&permissions=8&scope=bot`
|
||||
|
||||
# REWRITE IN PROGRESS, PLEASE DON'T DOWNLOAD FROM MASTER, DOWNLOAD [LATEST RELEASE](https://github.com/eartharoid/DiscordTickets/releases) OR WAIT A FEW DAYS.
|
||||
[](https://ko-fi.com/B0B214BHI)
|
||||
|
@ -56,7 +56,7 @@ module.exports = {
|
||||
.setColor(config.colour)
|
||||
.setAuthor(message.author.username, message.author.displayAvatarURL())
|
||||
.setTitle(`Ticket ${id}`)
|
||||
.setFooter(guild.name + ' | This message will be deleted in 15 seconds', guild.iconURL());
|
||||
.setFooter(guild.name, guild.iconURL());
|
||||
|
||||
if (fs.existsSync(`user/transcripts/text/${ticket.channel}.txt`)) {
|
||||
embed.addField('Text transcript', 'See attachment');
|
||||
|
Loading…
x
Reference in New Issue
Block a user