Update mainconf.ini.example file
Added 'ROLE_ID' under '[DISCORD]' due to an error I kept receiving after I initially copied the original example.
This commit is contained in:
parent
cd9064a50d
commit
af5c9d3145
|
|
@ -37,6 +37,7 @@ API_KEY = googleapikey
|
||||||
ENABLE = FALSE
|
ENABLE = FALSE
|
||||||
USERNAME = usernamehere
|
USERNAME = usernamehere
|
||||||
URL = webhookurl
|
URL = webhookurl
|
||||||
|
ROLE_ID =
|
||||||
|
|
||||||
[TFRS]
|
[TFRS]
|
||||||
URL = http://127.0.0.1:5000/detailed_all
|
URL = http://127.0.0.1:5000/detailed_all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue