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: .env.example
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ GROUP_SHORT_NAME=[Replace with the short colloquial name of your community group
24
24
25
25
# The URL of the page where guests can purchase a full membership to join your community group
26
26
# Must be a valid URL
27
-
PURCHASE_MEMBERSHIP_URL=[Replace with your group's purchase=membership URL]
27
+
PURCHASE_MEMBERSHIP_URL=[Replace with your group\'s purchase=membership URL]
28
28
29
29
30
30
# The minimum level that logs must meet in order to be logged to the console output stream
@@ -36,7 +36,7 @@ CONSOLE_LOG_LEVEL=INFO
36
36
# The URL to retrieve the list of IDs of people that have purchased a membership to your community group
37
37
# Ensure that all members are visible without pagination. For example, if your members-list is found on the UoB Guild of Students website, ensure the URL includes the "sort by groups" option
38
38
# Must be a valid URL
39
-
MEMBERS_LIST_URL=[Replace with your group's members-list URL]
39
+
ORGANISATION_ID=[Replace with your group\'s MSL Organisation ID]
# The URL of the your group's Discord guild moderation document
101
101
# Must be a valid URL
102
-
MODERATION_DOCUMENT_URL=[Replace with your group's moderation document URL]
102
+
MODERATION_DOCUMENT_URL=[Replace with your group\'s moderation document URL]
103
103
104
104
105
105
# The name of the channel, that warning messages will be sent to when a committee-member manually applies a moderation action (instead of using the `/strike` command)
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,9 +190,7 @@ You'll also need to set a number of [environment variables](https://wikipedia.or
190
190
(This setting is optional.
191
191
Error logs will **always** be sent to the [console](https://wikipedia.org/wiki/Terminal_emulator), this setting allows them to also be sent to a [Discord log channel](https://docs.pycord.dev/en/stable/api/models.html#discord.TextChannel).)
192
192
193
-
*`MEMBERS_LIST_URL`: The [URL](https://wikipedia.org/wiki/URL) to retrieve the list of IDs of people that have purchased a membership to your community group.
194
-
(The [CSS](https://cssbham.com)' members-list is currently found on [the Guild of Students website](https://guildofstudents.com).
195
-
If your members-list is also found on [the Guild of Students website](https://guildofstudents.com), ensure the [URL](https://wikipedia.org/wiki/URL) includes the "sort by groups" option, so that all members are visible without [pagination](https://wikipedia.org/wiki/Pagination).)
193
+
*`ORGANISATION_ID`: Your Guild society ID. This is used to dynamically create the members list among other needed URLs.
196
194
197
195
*`MEMBERS_LIST_URL_SESSION_COOKIE`: The members-list [URL](https://wikipedia.org/wiki/URL)[session cookie](https://wikipedia.org/wiki/HTTP_cookie#Session_cookie).
198
196
(If your group's members-list is stored at a [URL](https://wikipedia.org/wiki/URL) that requires [authentication](https://wikipedia.org/wiki/Authentication), this [session cookie](https://wikipedia.org/wiki/HTTP_cookie#Session_cookie) should [authenticate](https://wikipedia.org/wiki/Authentication) TeX-Bot to view your group's members-list, as if it were [logged in to the website](https://wikipedia.org/wiki/Login_session) as a Committee member.
0 commit comments