You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,11 @@ This app is open source and licensed under the BSD 3-Clause License. You can fin
58
58
NOTE: If you remove the app from your subreddit, it will delete all data and you will have to manually restore it to users.
59
59
60
60
## Version History
61
+
### 27.1.1
62
+
* Update message content to work properly if an alternate award fail occurs (sent as a modmail which the subreddit can click the "contact my developer" to send to my creator)
63
+
### 27.1.0
64
+
* Add "Moderators and Post Authors" option to "Who can award points?"
65
+
* Add notify and message setting for "Moderators and Post Authors" option
61
66
### 27.0.0
62
67
* Make Post Author check actually work in terms of awarding logic if "Who can award points?" is set to "Moderators, Superusers, and Post Author (OP)"
63
68
* Upload profile icon (possible as of Devvit 0.12.24)
ApprovedOnlyDisallowedMessage="Only moderators and approved users can award points.",
122
124
SelfAwardMessage="You can't award yourself a {{name}}.",
123
125
BotAwardMessage="You can't award u/{{awardee}} {{name}}s.",
124
-
NotifyOnSelfAwardTemplate="Hello {{awarder}}, you cannot award a {{name}} to yourself.",
126
+
SelfAwardTemplate="Hello {{awarder}}, you cannot award a {{name}} to yourself.",
125
127
NotifyOnSuccessTemplate="+1 {{name}} awarded to u/{{awardee}} by u/{{awarder}}. Total: {{total}}{{symbol}}. {{awardee}}'s user page is located [here]({{awardeePage}}). Leaderboard is located [here]({{leaderboard}}).",
126
128
NotifyOnSuperuserTemplate="Hello {{awardee}},\n\nNow that you have reached {{threshold}} points you can now award points yourself, even if normal users do not have permission to. Please use the command `{{command}}` if you'd like to do this.",
127
129
MessageToRestrictedUsers="***ATTENTION to OP: You must award {{name}}s by replying to the successful comments. Valid command(s) are **{{commands}}**. Failure to do so may result in a ban.***\n\n***Commenters MUST put the location in spoiler tags.***\n\n*To hide text, write it like this `>!Text goes here!<` = >!Text goes here!<. [Reddit Markdown Guide]({{markdown_guide}})*.",
PostAuthorAwardMessage="OPs cannot be awarded points.",
139
141
PointAlreadyAwardedToUserViaAltCommandMessage="{{awardee}} has already received a {{name}} for this post.",
140
142
TrustedUserAwardSuccessMessage="Superuser u/{{awarder}} gave an award! u/{{awardee}} now has {{total}}{{symbol}} {{name}}s. {{awardee}}'s user page is located [here]({{awardeePage}}). Leaderboard is located [here]({{leaderboard}}).",
143
+
ModsAndPostAuthorDisallowedMessage="Only moderators and Post Authors (OPs) can award {{name}}s.",
`If you see this error, please [contact my developer](https://www.reddit.com/message/compose?to=${botCreator}&message=${message}). `+
117
+
`If you see this error, please [contact my developer](https://www.reddit.com/message/compose?to=${botCreator}&message=${message}&subject=${subject}). `+
117
118
`Please send the message as-is unless you have any additional information to provide.`,
0 commit comments