diff options
| author | 2021-11-22 07:48:28 +0000 | |
|---|---|---|
| committer | 2021-11-22 07:48:28 +0000 | |
| commit | 52fdc53e6282ed819e3aed67ba9dc4f6fe90abc2 (patch) | |
| tree | a3a16202d452bdb56d0794cd5c3e6352ba76890c /config-default.yml | |
| parent | Add ability to reply to message for `!remind` (diff) | |
| parent | Merge pull request #1966 from python-discord/disable-file-logs (diff) | |
Merge branch 'main' into allow-reply-in-remind
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 4a85ccc56..7400cf200 100644 --- a/config-default.yml +++ b/config-default.yml @@ -1,4 +1,5 @@ -debug: !ENV ["BOT_DEBUG", "true"] +debug: !ENV ["BOT_DEBUG", "true"] +file_logs: !ENV ["FILE_LOGS", "false"] bot: @@ -307,6 +308,7 @@ guild: big_brother: 569133704568373283 dev_log: 680501655111729222 duck_pond: 637821475327311927 + incidents: 816650601844572212 incidents_archive: 720671599790915702 python_news: &PYNEWS_WEBHOOK 704381182279942324 |