From c2ca750cafd668e400734f542e880801a24e2f37 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sun, 17 Oct 2021 13:24:55 +0200 Subject: [PATCH 01/26] Added Documentation for ReactionPin cog --- reactionpin.md | 136 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 reactionpin.md diff --git a/reactionpin.md b/reactionpin.md new file mode 100644 index 000000000..4e24144f5 --- /dev/null +++ b/reactionpin.md @@ -0,0 +1,136 @@ +# [Reaction Pin](https://github.com/PyDrocsid/cogs/blob/develop/general/reactionpin/cog.py) + + +This cog consists of an reaction event +and some moderation commands. + + +## Reaction Pin + +A message is pinned when + +a) +the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR + +b) +1. `:pushpin:` (📌) is added as a reaction to a message AND + +2. the reaction is added by the author of the message AND + +3. the message was written in a channel whitelisted for ReactionPin AND + +4. the user does not have the `mute` role + + + +As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. + +*** +## `reactionpin` + + +This is the main command, for the command group, to show all the +subcommands, if you have the permission for it. + +Required Permissions: + +`reactionpin.read` + +Aliases: `rp` + + +```css +.add +``` + +```css +.reactionpin +``` + + +*** +### `add` + +This command adds a channel to the whitelisted Reactionpin channel. + +Required Permissions: + +- `reactionpin.read` +- `reactionpin.write` + + +|Aliases| +|:------:| +|`add`| +|`a`| +|`+`| + + +```css +.add +``` + +|Arguments|Description| +|:------:|:-----| +|`channel`|Adds the channel to the whitelisted Reaction-Pin Channels| + + +*** +### `remove` + +This command removes a channel to the whitelisted Reactionpin channel. + +Required Permissions: + +- `reactionpin.read` +- `reactionpin.write` + + +|Aliases| +|:------:| +|`remove`| +|`del`| +|`r`| +|`d`| +|`-`| + + + +```css +.remove +``` + +|Arguments|Description| +|:------:|:-----| +|`channel`|Removes the channel to the whitelisted Reaction-Pin Channels| + +*** +### `pin_message` + +This command enables or disables the "{bot.user} pinned a message. See all messages" message. + +[![image](https://www.linkpicture.com/q/Screenshot-2021-10-17-072804_1.png)](https://www.linkpicture.com/view.php?img=LPic616bc85447a64587571420) + + +Required Permissions: + +- `reactionpin.read` +- `reactionpin.write` + + + +Aliases: `pm` + + + +```css +.reactionpin [pin_message|pm] +``` + + +Arguments: + +|Argument|Description| +|:------:|:------:| +|True|Message is displayed| +|False|Message is not displayed| From 2bdc8c754d2d0d494c7b98e18df2d29c1260ea79 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sun, 17 Oct 2021 13:42:23 +0200 Subject: [PATCH 02/26] Update reactionpin.md --- reactionpin.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 4e24144f5..f7d8c2777 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -39,9 +39,7 @@ Required Permissions: Aliases: `rp` -```css -.add -``` + ```css .reactionpin @@ -67,7 +65,7 @@ Required Permissions: ```css -.add +.rp [add|a|+] ``` |Arguments|Description| @@ -97,7 +95,7 @@ Required Permissions: ```css -.remove +.rp [del|r|d|-] ``` |Arguments|Description| @@ -107,7 +105,7 @@ Required Permissions: *** ### `pin_message` -This command enables or disables the "{bot.user} pinned a message. See all messages" message. +This command enables or disables the "MorpheusHelper pinned a message. See all messages" message. [![image](https://www.linkpicture.com/q/Screenshot-2021-10-17-072804_1.png)](https://www.linkpicture.com/view.php?img=LPic616bc85447a64587571420) @@ -124,7 +122,7 @@ Aliases: `pm` ```css -.reactionpin [pin_message|pm] +.rp [pin_message|pm] ``` From 02e4ecde40dcaba4828d8523ea6a9a46e036023a Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sun, 17 Oct 2021 13:43:18 +0200 Subject: [PATCH 03/26] Update reactionpin.md From 500d2847ba0775d55fcd583e7617cc8abf292ef0 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:32:33 +0200 Subject: [PATCH 04/26] Update reactionpin.md --- reactionpin.md | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index f7d8c2777..c566c3b0a 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -32,11 +32,15 @@ As soon as the message author or a Team-Member removes his reaction `:pushpin:` This is the main command, for the command group, to show all the subcommands, if you have the permission for it. + Required Permissions: -`reactionpin.read` +- `reactionpin.read` + -Aliases: `rp` + +Aliases: +- `a` @@ -57,11 +61,11 @@ Required Permissions: - `reactionpin.write` -|Aliases| -|:------:| -|`add`| -|`a`| -|`+`| +Aliases: +- `add` +- `a` +- `+` + ```css @@ -84,13 +88,13 @@ Required Permissions: - `reactionpin.write` -|Aliases| -|:------:| -|`remove`| -|`del`| -|`r`| -|`d`| -|`-`| +Aliases +- `remove` +- `del` +- `r` +- `d` +- `-` + @@ -117,7 +121,8 @@ Required Permissions: -Aliases: `pm` +Aliases: +- `pm` From 4dace34d35797d373c3eae9a764e7adc77f0092f Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sun, 7 Nov 2021 08:58:00 +0100 Subject: [PATCH 05/26] Update reactionpin.md --- reactionpin.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index c566c3b0a..cd08e69f6 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -1,7 +1,7 @@ -# [Reaction Pin](https://github.com/PyDrocsid/cogs/blob/develop/general/reactionpin/cog.py) +# Reaction Pin -This cog consists of an reaction event +This cog consists of a reaction event and some moderation commands. @@ -72,9 +72,9 @@ Aliases: .rp [add|a|+] ``` -|Arguments|Description| -|:------:|:-----| -|`channel`|Adds the channel to the whitelisted Reaction-Pin Channels| +|Arguments|Required|Description| +|:------:|:------|:-----| +|`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| *** @@ -102,9 +102,9 @@ Aliases .rp [del|r|d|-] ``` -|Arguments|Description| -|:------:|:-----| -|`channel`|Removes the channel to the whitelisted Reaction-Pin Channels| +|Arguments|Required|Description| +|:------:|:-----|:-----| +|`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| *** ### `pin_message` @@ -133,7 +133,6 @@ Aliases: Arguments: -|Argument|Description| -|:------:|:------:| -|True|Message is displayed| -|False|Message is not displayed| +|Argument|Required|Description| +|:------:|:----|:------:| +|enabled|✔️|Message is displayed if true| From 63310fa3a8bd1e809a6b15f6df503a22dc47e743 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sun, 7 Nov 2021 16:14:27 +0100 Subject: [PATCH 06/26] Update reactionpin.md --- reactionpin.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index cd08e69f6..75e0b5b9a 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -1,8 +1,7 @@ # Reaction Pin -This cog consists of a reaction event -and some moderation commands. +This cog consists of a reaction event and some moderation commands. ## Reaction Pin @@ -22,15 +21,13 @@ b) 4. the user does not have the `mute` role - As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. *** ## `reactionpin` -This is the main command, for the command group, to show all the -subcommands, if you have the permission for it. +This is the main command, for the command group, to show all the subcommands, if you have the permission for it. Required Permissions: @@ -38,13 +35,10 @@ Required Permissions: - `reactionpin.read` - Aliases: - `a` - - ```css .reactionpin ``` @@ -67,7 +61,6 @@ Aliases: - `+` - ```css .rp [add|a|+] ``` @@ -96,8 +89,6 @@ Aliases - `-` - - ```css .rp [del|r|d|-] ``` @@ -120,19 +111,19 @@ Required Permissions: - `reactionpin.write` - Aliases: - `pm` - ```css .rp [pin_message|pm] ``` - Arguments: |Argument|Required|Description| |:------:|:----|:------:| |enabled|✔️|Message is displayed if true| + + + From a74ae5d3862e8d1c508a9c8a40908ecb3c790a37 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sun, 5 Dec 2021 16:38:37 +0100 Subject: [PATCH 07/26] Update reactionpin.md --- reactionpin.md | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 75e0b5b9a..8725e0211 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -8,8 +8,8 @@ This cog consists of a reaction event and some moderation commands. A message is pinned when -a) -the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR +a) +the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR b) 1. `:pushpin:` (📌) is added as a reaction to a message AND @@ -24,7 +24,7 @@ b) As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. *** -## `reactionpin` +## `reactionpin` This is the main command, for the command group, to show all the subcommands, if you have the permission for it. @@ -47,7 +47,7 @@ Aliases: *** ### `add` -This command adds a channel to the whitelisted Reactionpin channel. +This command adds a channel to the whitelisted Reactionpin channel. Required Permissions: @@ -65,19 +65,19 @@ Aliases: .rp [add|a|+] ``` -|Arguments|Required|Description| -|:------:|:------|:-----| -|`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| +|Arguments|Required|Description| +|:------:|:------|:-----| +|`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| *** ### `remove` -This command removes a channel to the whitelisted Reactionpin channel. +This command removes a channel to the whitelisted Reactionpin channel. Required Permissions: -- `reactionpin.read` +- `reactionpin.read` - `reactionpin.write` @@ -93,9 +93,9 @@ Aliases .rp [del|r|d|-] ``` -|Arguments|Required|Description| -|:------:|:-----|:-----| -|`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| +|Arguments|Required|Description| +|:------:|:-----|:-----| +|`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| *** ### `pin_message` @@ -121,9 +121,6 @@ Aliases: Arguments: -|Argument|Required|Description| -|:------:|:----|:------:| -|enabled|✔️|Message is displayed if true| - - - +|Argument|Required|Description| +|:------:|:----|:------:| +|enabled|✔️|Message is displayed if true| From b6fa30838ef6fe0edb6dad34eff5e6d37c63e01f Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Mon, 27 Dec 2021 21:34:55 +0100 Subject: [PATCH 08/26] Update reactionpin.md --- reactionpin.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 8725e0211..6e6607ae6 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -44,7 +44,7 @@ Aliases: ``` -*** +--- ### `add` This command adds a channel to the whitelisted Reactionpin channel. @@ -65,12 +65,12 @@ Aliases: .rp [add|a|+] ``` -|Arguments|Required|Description| -|:------:|:------|:-----| +|Arguments|Required|Description| +|:------:|:------|:-----| |`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| -*** +--- ### `remove` This command removes a channel to the whitelisted Reactionpin channel. @@ -93,11 +93,11 @@ Aliases .rp [del|r|d|-] ``` -|Arguments|Required|Description| -|:------:|:-----|:-----| +|Arguments|Required|Description| +|:------:|:-----|:-----| |`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| -*** +--- ### `pin_message` This command enables or disables the "MorpheusHelper pinned a message. See all messages" message. @@ -114,13 +114,13 @@ Required Permissions: Aliases: - `pm` - + ```css .rp [pin_message|pm] ``` Arguments: -|Argument|Required|Description| -|:------:|:----|:------:| +|Argument|Required|Description| +|:------:|:----|:------:| |enabled|✔️|Message is displayed if true| From 02e181026b3cd890188ab88e298f792fa920a4d8 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Mon, 27 Dec 2021 21:44:15 +0100 Subject: [PATCH 09/26] Update reactionpin.md --- reactionpin.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 6e6607ae6..3c5bebcec 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -23,8 +23,8 @@ b) As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. -*** -## `reactionpin` +--- +## `reactionpin` This is the main command, for the command group, to show all the subcommands, if you have the permission for it. @@ -39,35 +39,35 @@ Aliases: - `a` -```css +```css .reactionpin ``` --- -### `add` +### `add` This command adds a channel to the whitelisted Reactionpin channel. Required Permissions: -- `reactionpin.read` +- `reactionpin.read` - `reactionpin.write` Aliases: -- `add` +- ` add ` - `a` - `+` -```css +```css .rp [add|a|+] ``` |Arguments|Required|Description| |:------:|:------|:-----| -|`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| +|`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| --- @@ -82,20 +82,20 @@ Required Permissions: Aliases -- `remove` +- ` remove ` - `del` - `r` - `d` - `-` -```css +```css .rp [del|r|d|-] ``` |Arguments|Required|Description| |:------:|:-----|:-----| -|`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| +|`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| --- ### `pin_message` @@ -112,10 +112,10 @@ Required Permissions: Aliases: -- `pm` +- ` pm ` -```css +```css .rp [pin_message|pm] ``` @@ -123,4 +123,4 @@ Arguments: |Argument|Required|Description| |:------:|:----|:------:| -|enabled|✔️|Message is displayed if true| +|enabled|✔️|Message is displayed if true| From 63727116e98ba431bf95aa3181a2319b110295e1 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Mon, 27 Dec 2021 21:49:27 +0100 Subject: [PATCH 10/26] Update reactionpin.md --- reactionpin.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 3c5bebcec..a8cb7f688 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -9,10 +9,10 @@ This cog consists of a reaction event and some moderation commands. A message is pinned when a) -the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR +the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR b) -1. `:pushpin:` (📌) is added as a reaction to a message AND +1. `:pushpin:` (📌) is added as a reaction to a message AND 2. the reaction is added by the author of the message AND @@ -24,7 +24,7 @@ b) As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. --- -## `reactionpin` +## `reactionpin` This is the main command, for the command group, to show all the subcommands, if you have the permission for it. @@ -36,7 +36,7 @@ Required Permissions: Aliases: -- `a` +- `a` ```css @@ -45,7 +45,7 @@ Aliases: --- -### `add` +### `add` This command adds a channel to the whitelisted Reactionpin channel. @@ -56,7 +56,7 @@ Required Permissions: Aliases: -- ` add ` +- `add` - `a` - `+` @@ -71,7 +71,7 @@ Aliases: --- -### `remove` +### `remove` This command removes a channel to the whitelisted Reactionpin channel. @@ -82,7 +82,7 @@ Required Permissions: Aliases -- ` remove ` +- `remove` - `del` - `r` - `d` @@ -98,7 +98,7 @@ Aliases |`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| --- -### `pin_message` +### `pin_message` This command enables or disables the "MorpheusHelper pinned a message. See all messages" message. @@ -112,7 +112,7 @@ Required Permissions: Aliases: -- ` pm ` +- `pm` ```css From 52f1144eb8b0e2e968b8a82afe4deb567bc1994a Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Tue, 28 Dec 2021 11:32:52 +0100 Subject: [PATCH 11/26] Update reactionpin.md --- reactionpin.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index a8cb7f688..85c31f9a8 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -9,10 +9,11 @@ This cog consists of a reaction event and some moderation commands. A message is pinned when a) -the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR +the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR b) -1. `:pushpin:` (📌) is added as a reaction to a message AND + +1. `:pushpin:` (📌) is added as a reaction to a message AND 2. the reaction is added by the author of the message AND @@ -24,7 +25,7 @@ b) As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. --- -## `reactionpin` +## `reactionpin` This is the main command, for the command group, to show all the subcommands, if you have the permission for it. @@ -36,7 +37,8 @@ Required Permissions: Aliases: -- `a` + +- `a` ```css @@ -56,7 +58,7 @@ Required Permissions: Aliases: -- `add` +- `add` - `a` - `+` @@ -71,7 +73,7 @@ Aliases: --- -### `remove` +### `remove` This command removes a channel to the whitelisted Reactionpin channel. @@ -82,10 +84,15 @@ Required Permissions: Aliases -- `remove` + +- `remove` + - `del` + - `r` + - `d` + - `-` @@ -98,7 +105,7 @@ Aliases |`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| --- -### `pin_message` +### `pin_message` This command enables or disables the "MorpheusHelper pinned a message. See all messages" message. @@ -108,11 +115,12 @@ This command enables or disables the "MorpheusHelper pinned a message. See all m Required Permissions: - `reactionpin.read` + - `reactionpin.write` Aliases: -- `pm` +- `pm` ```css From e09e3eb19ae0494ce122602907237976e3964ecc Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Tue, 28 Dec 2021 11:57:41 +0100 Subject: [PATCH 12/26] Update reactionpin.md --- reactionpin.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 85c31f9a8..77d550c5b 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -6,6 +6,7 @@ This cog consists of a reaction event and some moderation commands. ## Reaction Pin + A message is pinned when a) @@ -13,13 +14,13 @@ the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` perm b) -1. `:pushpin:` (📌) is added as a reaction to a message AND +0. `:pushpin:` (📌) is added as a reaction to a message AND -2. the reaction is added by the author of the message AND +1. the reaction is added by the author of the message AND -3. the message was written in a channel whitelisted for ReactionPin AND +2. the message was written in a channel whitelisted for ReactionPin AND -4. the user does not have the `mute` role +3. the user does not have the `mute` role As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. @@ -49,6 +50,7 @@ Aliases: --- ### `add` + This command adds a channel to the whitelisted Reactionpin channel. Required Permissions: @@ -75,6 +77,7 @@ Aliases: --- ### `remove` + This command removes a channel to the whitelisted Reactionpin channel. Required Permissions: @@ -107,6 +110,7 @@ Aliases --- ### `pin_message` + This command enables or disables the "MorpheusHelper pinned a message. See all messages" message. [![image](https://www.linkpicture.com/q/Screenshot-2021-10-17-072804_1.png)](https://www.linkpicture.com/view.php?img=LPic616bc85447a64587571420) From 9bf5b95b4ecf2db961403a48448490e8a3c54200 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:34:32 +0100 Subject: [PATCH 13/26] Update reactionpin.md Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com> --- reactionpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index 77d550c5b..161fc61ae 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -7,7 +7,7 @@ This cog consists of a reaction event and some moderation commands. ## Reaction Pin -A message is pinned when +A message gets pinned when a) the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` permission OR From 5475f38f71376df990002da0d444861fe07b7346 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:34:41 +0100 Subject: [PATCH 14/26] Update reactionpin.md Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com> --- reactionpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index 161fc61ae..bb523f572 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -29,7 +29,7 @@ As soon as the message author or a Team-Member removes his reaction `:pushpin:` ## `reactionpin` -This is the main command, for the command group, to show all the subcommands, if you have the permission for it. +This is the main command for the command group, to show all the subcommands if you have permission for it. Required Permissions: From e38ea0aaf6cc912ff50d7a69b9eaee0f57ac6889 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:34:50 +0100 Subject: [PATCH 15/26] Update reactionpin.md Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com> --- reactionpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index bb523f572..3356e7c03 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -51,7 +51,7 @@ Aliases: ### `add` -This command adds a channel to the whitelisted Reactionpin channel. +This command whitelists a channel. Required Permissions: From b25cd3cc4f9672f03088f8ac501cdb6736b4789f Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:34:59 +0100 Subject: [PATCH 16/26] Update reactionpin.md Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com> --- reactionpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index 3356e7c03..dcafdf905 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -71,7 +71,7 @@ Aliases: |Arguments|Required|Description| |:------:|:------|:-----| -|`channel`|✔️|Adds the channel to the whitelisted Reaction-Pin Channels| +|`channel`|✔️|Whitelists the channel| --- From 64e4fd1189708fe7e27a3cbce615e669fcb761d0 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:35:07 +0100 Subject: [PATCH 17/26] Update reactionpin.md Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com> --- reactionpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index dcafdf905..84958b987 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -78,7 +78,7 @@ Aliases: ### `remove` -This command removes a channel to the whitelisted Reactionpin channel. +This command removes a channel from the whitelist. Required Permissions: From 4ae548430f69e10424dc0f144b9784a3fb507ba7 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:35:14 +0100 Subject: [PATCH 18/26] Update reactionpin.md Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com> --- reactionpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index 84958b987..cf61ce45c 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -105,7 +105,7 @@ Aliases |Arguments|Required|Description| |:------:|:-----|:-----| -|`channel`|✔️|Removes the channel to the whitelisted Reaction-Pin Channels| +|`channel`|✔️|Removes the channel from the whitelist| --- ### `pin_message` From 68e1d3a8045a8c6bf6a188b3cba734c563f495b4 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 18:09:56 +0100 Subject: [PATCH 19/26] Update reactionpin.md --- reactionpin.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index cf61ce45c..d2c76a6b4 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -14,19 +14,19 @@ the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` perm b) -0. `:pushpin:` (📌) is added as a reaction to a message AND +1.`:pushpin:` (📌) is added as a reaction to a message AND -1. the reaction is added by the author of the message AND +2. the reaction is added by the author of the message AND -2. the message was written in a channel whitelisted for ReactionPin AND +3. the message was written in a channel whitelisted for ReactionPin AND -3. the user does not have the `mute` role +4. the user does not have the `mute` role As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. --- -## `reactionpin` +## `reactionpin` This is the main command for the command group, to show all the subcommands if you have permission for it. @@ -60,7 +60,8 @@ Required Permissions: Aliases: -- `add` + +- `add` - `a` - `+` @@ -69,9 +70,9 @@ Aliases: .rp [add|a|+] ``` -|Arguments|Required|Description| -|:------:|:------|:-----| -|`channel`|✔️|Whitelists the channel| +| Arguments | Required | Description | +|:---------:|:---------|:-----------------------| +| `channel` | ✔️ | Whitelists the channel | --- @@ -124,6 +125,7 @@ Required Permissions: Aliases: + - `pm` From 4ecc6e279e859c291152faa3901c1eb9fc004046 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Fri, 25 Feb 2022 18:18:27 +0100 Subject: [PATCH 20/26] Update reactionpin.md --- reactionpin.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index d2c76a6b4..295ccfaa8 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -48,6 +48,7 @@ Aliases: --- + ### `add` @@ -61,7 +62,7 @@ Required Permissions: Aliases: -- `add` +- `add` - `a` - `+` @@ -76,6 +77,7 @@ Aliases: --- + ### `remove` @@ -109,6 +111,7 @@ Aliases |`channel`|✔️|Removes the channel from the whitelist| --- + ### `pin_message` From 86f390e65c6115f2f9f9281b0ea0e994d9b19872 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sat, 26 Feb 2022 17:51:57 +0100 Subject: [PATCH 21/26] Update reactionpin.md --- reactionpin.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reactionpin.md b/reactionpin.md index 295ccfaa8..4292129ca 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -14,7 +14,7 @@ the user who added the reaction `:pushpin` (📌) has the `reactionpin.pin` perm b) -1.`:pushpin:` (📌) is added as a reaction to a message AND +1. `:pushpin:` (📌) is added as a reaction to a message AND 2. the reaction is added by the author of the message AND @@ -26,6 +26,8 @@ b) As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. --- + + ## `reactionpin` @@ -49,6 +51,7 @@ Aliases: --- + ### `add` @@ -78,6 +81,7 @@ Aliases: --- + ### `remove` @@ -112,6 +116,7 @@ Aliases --- + ### `pin_message` From 81f8b8aef09a69dc348a6e228d02731e59800abb Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sat, 26 Feb 2022 17:55:38 +0100 Subject: [PATCH 22/26] Update reactionpin.md --- reactionpin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 4292129ca..a4159b248 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -16,11 +16,11 @@ b) 1. `:pushpin:` (📌) is added as a reaction to a message AND -2. the reaction is added by the author of the message AND +1. the reaction is added by the author of the message AND -3. the message was written in a channel whitelisted for ReactionPin AND +1. the message was written in a channel whitelisted for ReactionPin AND -4. the user does not have the `mute` role +1. the user does not have the `mute` role As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. From a2ec226d50e408201edd04d76df6cabf694cb786 Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sat, 26 Feb 2022 18:08:58 +0100 Subject: [PATCH 23/26] Update reactionpin.md --- reactionpin.md | 75 +++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 35 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index a4159b248..c6662fff4 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -16,11 +16,11 @@ b) 1. `:pushpin:` (📌) is added as a reaction to a message AND -1. the reaction is added by the author of the message AND +2. the reaction is added by the author of the message AND -1. the message was written in a channel whitelisted for ReactionPin AND +3. the message was written in a channel whitelisted for ReactionPin AND -1. the user does not have the `mute` role +4. the user does not have the `mute` role As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages. @@ -34,9 +34,6 @@ As soon as the message author or a Team-Member removes his reaction `:pushpin:` This is the main command for the command group, to show all the subcommands if you have permission for it. -Required Permissions: - -- `reactionpin.read` Aliases: @@ -48,6 +45,10 @@ Aliases: .reactionpin ``` +Required Permissions: + +- `reactionpin.read` + --- @@ -57,11 +58,15 @@ Aliases: This command whitelists a channel. -Required Permissions: -- `reactionpin.read` -- `reactionpin.write` +```css +.rp [add|a|+] +``` + +| Arguments | Required | Description | +|:---------:|:---------|:-----------------------| +| `channel` | ✔️ | Whitelists the channel | Aliases: @@ -70,14 +75,10 @@ Aliases: - `+` -```css -.rp [add|a|+] -``` - -| Arguments | Required | Description | -|:---------:|:---------|:-----------------------| -| `channel` | ✔️ | Whitelists the channel | +Required Permissions: +- `reactionpin.read` +- `reactionpin.write` --- @@ -87,10 +88,14 @@ Aliases: This command removes a channel from the whitelist. -Required Permissions: -- `reactionpin.read` -- `reactionpin.write` +```css +.rp [del|r|d|-] +``` + +|Arguments|Required|Description| +|:------:|:-----|:-----| +|`channel`|✔️|Removes the channel from the whitelist| Aliases @@ -106,13 +111,11 @@ Aliases - `-` -```css -.rp [del|r|d|-] -``` +Required Permissions: + +- `reactionpin.read` +- `reactionpin.write` -|Arguments|Required|Description| -|:------:|:-----|:-----| -|`channel`|✔️|Removes the channel from the whitelist| --- @@ -125,11 +128,16 @@ This command enables or disables the "MorpheusHelper pinned a message. See all m [![image](https://www.linkpicture.com/q/Screenshot-2021-10-17-072804_1.png)](https://www.linkpicture.com/view.php?img=LPic616bc85447a64587571420) -Required Permissions: -- `reactionpin.read` +```css +.rp [pin_message|pm] +``` -- `reactionpin.write` +Arguments: + +|Argument|Required|Description| +|:------:|:----|:------:| +|enabled|✔️|Message is displayed if true| Aliases: @@ -137,12 +145,9 @@ Aliases: - `pm` -```css -.rp [pin_message|pm] -``` -Arguments: +Required Permissions: -|Argument|Required|Description| -|:------:|:----|:------:| -|enabled|✔️|Message is displayed if true| +- `reactionpin.read` + +- `reactionpin.write` From 678fafcdf655fe474d2359a9a18b9f4c2f9e272b Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Sat, 26 Feb 2022 18:10:40 +0100 Subject: [PATCH 24/26] Update reactionpin.md --- reactionpin.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index c6662fff4..5a867416b 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -122,8 +122,7 @@ Required Permissions: ### `pin_message` - -This command enables or disables the "MorpheusHelper pinned a message. See all messages" message. +This command enables or disables the "pinned messages notification". [![image](https://www.linkpicture.com/q/Screenshot-2021-10-17-072804_1.png)](https://www.linkpicture.com/view.php?img=LPic616bc85447a64587571420) From c070f8b5d9e74224ebbfbe0b9b2de254a70bf99b Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:34:39 +0200 Subject: [PATCH 25/26] Update reactionpin.md --- reactionpin.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 5a867416b..10b583fec 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -28,14 +28,12 @@ As soon as the message author or a Team-Member removes his reaction `:pushpin:` --- -## `reactionpin` +## `reactionpin` This is the main command for the command group, to show all the subcommands if you have permission for it. - - Aliases: - `a` @@ -59,7 +57,6 @@ Required Permissions: This command whitelists a channel. - ```css .rp [add|a|+] ``` @@ -93,9 +90,9 @@ This command removes a channel from the whitelist. .rp [del|r|d|-] ``` -|Arguments|Required|Description| -|:------:|:-----|:-----| -|`channel`|✔️|Removes the channel from the whitelist| +| Arguments | Required | Description | +|:---------:|:---------|:---------------------------------------| +| `channel` | ✔️ | Removes the channel from the whitelist | Aliases @@ -127,16 +124,15 @@ This command enables or disables the "pinned messages notification". [![image](https://www.linkpicture.com/q/Screenshot-2021-10-17-072804_1.png)](https://www.linkpicture.com/view.php?img=LPic616bc85447a64587571420) - ```css .rp [pin_message|pm] ``` Arguments: -|Argument|Required|Description| -|:------:|:----|:------:| -|enabled|✔️|Message is displayed if true| +| Argument | Required | Description | +|:--------:|:---------|:----------------------------:| +| enabled | ✔️ | Message is displayed if true | Aliases: @@ -144,7 +140,6 @@ Aliases: - `pm` - Required Permissions: - `reactionpin.read` From 966116c4d4389914d0093b76eea34dd164ec361b Mon Sep 17 00:00:00 2001 From: Lynix152 <82445114+Lynix152@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:34:59 +0200 Subject: [PATCH 26/26] Update reactionpin.md --- reactionpin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactionpin.md b/reactionpin.md index 10b583fec..ecb4c9b42 100644 --- a/reactionpin.md +++ b/reactionpin.md @@ -16,11 +16,11 @@ b) 1. `:pushpin:` (📌) is added as a reaction to a message AND -2. the reaction is added by the author of the message AND +1. the reaction is added by the author of the message AND -3. the message was written in a channel whitelisted for ReactionPin AND +1. the message was written in a channel whitelisted for ReactionPin AND -4. the user does not have the `mute` role +1. the user does not have the `mute` role As soon as the message author or a Team-Member removes his reaction `:pushpin:` 📌, the message will be removed from the pinned messages.