From dbcbf7ca13a9cd241be7fa075b619ccd6eecb11a Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:58:24 +0200 Subject: [PATCH] added discord pin screenshot --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a19f2..f6af6f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # PinBoardBot A discord bot that aims to replace the discord built-in pin function as it is limited to 50 pins per channel. +![image](https://user-images.githubusercontent.com/91549607/187810218-c2657705-795f-45db-8c93-14dac44704fa.png) + + **Known issue:** attachments such as pictures that were originally uploaded by the user cannot be pinned. *I'm working on a fix* @@ -24,4 +27,4 @@ https://discord.com/oauth2/authorize?client_id=CLIENT_IDscope=bot 6. run the following command to start the bot (npm must be installed) ``` npm start -``` \ No newline at end of file +```