diff options
| author | 2018-12-24 16:40:24 -0500 | |
|---|---|---|
| committer | 2018-12-24 16:40:24 -0500 | |
| commit | 6b49afeb6afe6ecdbc5325723c3106588b85c62b (patch) | |
| tree | 0396c4c2e19142d4a9a780655de165fb386ff1d2 | |
| parent | Remove reason check (diff) | |
Add linebreak
| -rw-r--r-- | bot/cogs/bigbrother.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/cogs/bigbrother.py b/bot/cogs/bigbrother.py index 31dbf8b5e..29b13f038 100644 --- a/bot/cogs/bigbrother.py +++ b/bot/cogs/bigbrother.py @@ -223,6 +223,7 @@ class BigBrother:          A `reason` for watching is required, which is added for the user to be watched as a          note (aka: shadow warning)          """ +          channel_id = Channels.big_brother_logs          post_data = { | 
