Skip to content

Commit 7056e7f

Browse files
Merge pull request #646 from python-discord/update-bot-contrib-guide
2 parents c38d05a + 8b50bef commit 7056e7f

File tree

1 file changed

+6
-1
lines changed
  • pydis_site/apps/content/resources/guides/pydis-guides/contributing

1 file changed

+6
-1
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ guild:
196196
big_brother: �
197197
dev_log: �
198198
duck_pond: �
199+
incidents: �
199200
incidents_archive: �
200201
python_news: &PYNEWS_WEBHOOK �
201202
talent_pool: �
@@ -350,7 +351,7 @@ style:
350351

351352
trashcan: "<:trashcan:�>"
352353

353-
##### << Optional - If you don't care about the filtering and help channel cogs, ignore the rest of this file >> #####
354+
##### << Optional - If you don't care about the filtering, help channel and py-news cogs, ignore the rest of this file >> #####
354355
filter:
355356
# What do we filter?
356357
filter_domains: true
@@ -426,6 +427,10 @@ help_channels:
426427
notify_roles:
427428
- *HELPERS_ROLE
428429

430+
python_news:
431+
channel: *DEV_PY_NEWS
432+
webhook: *PYNEWS_WEBHOOK
433+
429434
##### << Add any additional sections you need to override from config-default.yml >> #####
430435
</code>
431436
</pre>

0 commit comments

Comments
 (0)