We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508387 commit 1111200Copy full SHA for 1111200
src/environment.py
@@ -26,4 +26,4 @@ def load_env(key: str, default: str) -> str:
26
PREFIX = load_env("PREFIX", "b!")
27
VERSION = load_env("VERSION", "unknown") # version of the bot
28
OWNER_NAME = load_env("OWNER_NAME", "unknown") # owner name with tag e.g. pi#3141
29
-OWNER_ID = int(load_env("OWNER", "100000000000000000")) # discord id of the owner
+OWNER_ID = int(load_env("OWNER_ID", "100000000000000000")) # discord id of the owner
0 commit comments