Skip to content

Commit

Permalink
fix: install link
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
elliotwms committed Dec 19, 2021
1 parent efc7249 commit 08333a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pinbot

[Install 📌](https://discord.com/oauth2/authorize?client_id=921554139740254209&permissions=3136&redirect_uri=http%3A%2F%2Flocalhost&scope=bot)
[Install 📌](https://discord.com/oauth2/authorize?client_id=921554139740254209&permissions=3136&redirect_uri=https%3A%2F%2Fgithub.com%2Felliotwms%2Fpinbot&scope=bot)

Whenever you react to a message with a pushpin 📌 emoji, Pinbot posts the message to a channel.

Expand All @@ -14,6 +14,11 @@ You should set up a channel _that is only writeable by the bot_ as the pin chann

⚠️ Note that this bot is currently in _alpha_ and is used at your own risk! ⚠️

### Permissions

Pinbot is designed to be run with as few permissions as possible. In order for it to work, it needs to be able to see
channels and messages, and write messages to whichever channel you have set up as its pin output channel.

## Run

```shell
Expand Down

0 comments on commit 08333a0

Please sign in to comment.