Skip to content

Commit 6509eb0

Browse files
authored
Add a pinned reminder in the programming channel to use threads (#115)
1 parent 5551dbd commit 6509eb0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,17 @@
136136
PINNED_MESSAGES = {
137137
# Test channel in test server.
138138
1091223069407842306: "This is a pinned message.",
139-
# Exercism photo channel
139+
# Exercism #photo channel
140140
1203795616594010192: """\
141141
> **📸 Pinned Reminder 📸**
142142
> Use this channel to share photos of your pets, family, art, or anything else that is meaningful to you.
143143
> If someone else's photo catches your eye, please use threads to discuss.
144144
> Thank you for being part of our Exercism community!""",
145145
1326564185643024394: """\
146146
> **Pinned Reminder**
147+
> To keep things tidy in this channel, please remember to use threads when responding. You can start a thread by hovering over the message you want to respond to, clicking on the `...` and then on "Create Thread". Thanks!""",
148+
# Exercism #programming
149+
1157359032760287302: """\
150+
> ** Pinned Reminder **
147151
> To keep things tidy in this channel, please remember to use threads when responding. You can start a thread by hovering over the message you want to respond to, clicking on the `...` and then on "Create Thread". Thanks!""",
148152
}

0 commit comments

Comments
 (0)