diff options
author | Cara Salter <cara@devcara.com> | 2023-06-10 00:06:07 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-06-10 00:06:07 -0400 |
commit | 6136631d2dcd9b1f561fa589acabcda7de8e2f36 (patch) | |
tree | f52b1afe5bdceff29bc11015c3f00b54d4bd4b76 /config.example.json | |
parent | e09e7825369ec8217456065d31dbbbb992b7f1bb (diff) | |
download | 142bot-6136631d2dcd9b1f561fa589acabcda7de8e2f36.tar.gz 142bot-6136631d2dcd9b1f561fa589acabcda7de8e2f36.zip |
mail: Init mail module
Also bind the slash command and form submit events properly
Change-Id: I8d01cb0075945c79c6bf991fa4d64f5227dd5f86
Diffstat (limited to 'config.example.json')
-rw-r--r-- | config.example.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.json b/config.example.json index 015aaf4..e184e51 100644 --- a/config.example.json +++ b/config.example.json @@ -5,6 +5,7 @@ "module_mmanager.so" ], "owner": "changeme", + "main_guild": "changeme", "postgres": { "host": "localhost", "port": 5432, |