You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ Core bot settings
11
11
-`ROD_PREFIX` (optional, default `n>>`): The prefix to use for text commands.
12
12
-`ROD_INTENT_FEATURES_ENABLE`: A bool (`true` or `false`) indicating whether to enable features requiring privileged intents, namely `GUILD_MESSAGES` and `GUILD_MEMBERS`.
13
13
-`ROD_ADMIN_IDS`: The space-separated IDs (snowflakes) of the users that can use administrator commands.
14
-
-`ROD_ADMIN_ID` (optional): Single administrator user ID (snowflake). Use `ROD_ADMIN_IDS` to provide multiple admins.
15
-
-`SYNC_COMMANDS` (optional, default `true`): Whether to sync application commands on startup.
16
-
-`ROD_DEBUG` (optional, default `0`): Enable extra debug logging (`1`/`0` or `true`/`false`).
17
14
-`ROD_DEV` (optional, default `false`): A bool indicating whether to run in development mode.
18
15
-`BOT_NAME` (optional, default `Nataly`): Displayed bot name in some contexts.
19
16
@@ -36,6 +33,7 @@ Web server
36
33
-`WEB_SERVER_ENABLE` (optional, default `0`): Enable the built-in web server (`1`/`0`).
37
34
-`WEB_SERVER_HOST` (optional, default `0.0.0.0`): Host/interface to bind the web server to.
38
35
-`WEB_SERVER_PORT` (optional, default `8088`): Port for the web server.
36
+
-`WEB_SERVER_ALLOWED_ORIGIN` (optional, default `https://localhost:8088`): Allowed origins for CORS headers.
0 commit comments