From 9d53158ae4a3141c405a555e4624008d68872d40 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 2 Aug 2022 09:59:50 +0100 Subject: [PATCH 1/2] Fixed typo and grammar --- events/messageCreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/messageCreate.js b/events/messageCreate.js index 0aee35e..d14cd6d 100644 --- a/events/messageCreate.js +++ b/events/messageCreate.js @@ -25,7 +25,7 @@ client.on("messageCreate", async (message) => { (await thread).send({ content: `Hey <@${message.author.id}>! I've automatically created this thread from your message to keep the channel clean and keep messages condensed. \nIt is recommended that you change the Notification Settings for this thread to All Messages so that you get a notification when someone has responded to your query. - \nFeel free to pint the coursework help ping if you would like a hand!`, + \nFeel free to ping '@Coursework Help if you would like a hand!`, components: [row] }); From 3905eed7bb64c8e5e6275306b9a18560eb97a3ea Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 2 Aug 2022 10:14:50 +0100 Subject: [PATCH 2/2] Update readme docker tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279dc09..67bf473 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ docker run -d \ -e DISCORD_TOKEN='INSERT DISCORD TOKEN' \ -e PREFIX='!' \ --restart unless-stopped \ -kieranr27/hullcss:latest +kieranr27/hullcss:main ``` Using a tool like [Ouroboros](https://github.com/pyouroboros/ouroboros), you can automatically update containers without the need for restarts.