From a2de5d820c052e317820a907d78e73d8dc0e0ecd Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 25 Jan 2026 10:55:22 +0100 Subject: Rename TOKEN env to DISCORD_TOKEN Signed-off-by: Vosjedev --- src/discord_image_bridge/_values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/discord_image_bridge') diff --git a/src/discord_image_bridge/_values.py b/src/discord_image_bridge/_values.py index 2b2ed09..89e3c05 100644 --- a/src/discord_image_bridge/_values.py +++ b/src/discord_image_bridge/_values.py @@ -14,7 +14,7 @@ __all__ = [ API_VERSION=10 BASEURL="https://discord.com/api/v%d/"%API_VERSION -TOKEN=os.getenv("TOKEN") +TOKEN=os.getenv("DISCORD_TOKEN") from importlib.metadata import distribution as _distribution -- cgit