From 32f0356eb3762e5cdea135ff4631ad8def37d223 Mon Sep 17 00:00:00 2001 From: Elliot Williams Date: Mon, 27 Dec 2021 00:59:12 +0000 Subject: [PATCH] docs: document import command --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0a11e5..894e57e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Pinbot uses the channel name to decide where it will post. In order of priority 3. `#{channel}`, the channel the pin was posted in, so that if you don't want a separate pins channel you can instead search for pins by @pinbot in the channel +Whenever Pinbot pins a message, or whenever you update the actual channel pins, Pinbot will trigger a reimport of all +the channel's pins. You can also trigger this manually with the `/import` command. + Don't forget that pinbot needs [permission](#permissions) to see and post in these channels, otherwise it won't be able to do its job. ⚠️ Note that this bot is currently in _beta_. There may be bugs, please [report them](https://github.com/elliotwms/pinbot/issues/new?labels=bug&template=bug_report.md) ⚠️