From 1329932262b37b8edd8227327f78a6f0e2b09169 Mon Sep 17 00:00:00 2001 From: Qemlokriu Date: Wed, 5 Apr 2023 12:27:24 -0700 Subject: [PATCH] REmoved all the options that are related to the webserver plugin. As it will be in its own file once it actually works. Also make the e in Essentials capital as when you clone the repo it has big E instead of e as in the conf file before. --- config.toml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/config.toml b/config.toml index c089846..c348c29 100644 --- a/config.toml +++ b/config.toml @@ -1,18 +1,3 @@ -#The config is auto generated in the web interface do not change unless you know what you are doing. - - -[webserver] -#set to false if you dont have a certificate -usessl = false -port = "5000" -#DO NOT USE IN PRODUCTION. Do not even use flask it is recomended to use a production ready wsgi server such as gunicorn -debug = false -#Leave it like this if you dont know what your doing. -ip = "0.0.0.0" -crt = "/path/to/certificate.crt" -key = "/path/to/private.key" - - [bot] -cogs=["cogs.essentials.commands"] +cogs=["cogs.Essentials.commands"] guild_ids=["823188238260633600"]