Skip to content

Commit

Permalink
Merge pull request python-discord#1636 from ichard26/reminder-for-psf…
Browse files Browse the repository at this point in the history
…-black

Add black-formatter to reminders overrides
  • Loading branch information
Xithrius authored Jun 11, 2021
2 parents 7a1996b + c26a03a commit b28a460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ class Channels(metaclass=YAMLGetter):
off_topic_1: int
off_topic_2: int

black_formatter: int

bot_commands: int
discord_py: int
esoteric: int
Expand Down
4 changes: 4 additions & 0 deletions config-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ guild:
user_log: 528976905546760203
voice_log: 640292421988646961

# Open Source Projects
black_formatter: &BLACK_FORMATTER 846434317021741086

# Off-topic
off_topic_0: 291284109232308226
off_topic_1: 463035241142026251
Expand Down Expand Up @@ -244,6 +247,7 @@ guild:
reminder_whitelist:
- *BOT_CMD
- *DEV_CONTRIB
- *BLACK_FORMATTER

roles:
announcements: 463658397560995840
Expand Down

0 comments on commit b28a460

Please sign in to comment.