From 9a63bee5e72d228c4aee5029cfbea68f00a8fa84 Mon Sep 17 00:00:00 2001 From: "Isaac (eartharoid)" Date: Sun, 23 Aug 2020 22:12:07 +0100 Subject: [PATCH] :) --- README.md | 7 ++++--- src/commands/transcript.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e3b819..0c7c77d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # DiscordTickets -[![Run on Repl.it](https://repl.it/badge/github/eartharoid/DiscordTickets)](https://repl.it/github/eartharoid/DiscordTickets) [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B214BHI) +[![Run on Repl.it](https://repl.it/badge/github/eartharoid/DiscordTickets)](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. +[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B214BHI) diff --git a/src/commands/transcript.js b/src/commands/transcript.js index 5c0f155..a0e7d06 100644 --- a/src/commands/transcript.js +++ b/src/commands/transcript.js @@ -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');