From 4d56ee40c6e3aa878e1886a6f49d38f72ad6e93e Mon Sep 17 00:00:00 2001 From: ByteDice Date: Sun, 16 Feb 2025 19:13:10 +0100 Subject: [PATCH] something --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4ef7fb6..884cfd2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,7 +38,9 @@ struct Args { #[arg(short = 'd', long, help = "Enables dev mode. Dev mode shows more debug info and turns off certain security measures.")] dev: bool, #[arg(short = 'w', long, help = "Wipes all data before running the program.")] - wipe: bool + wipe: bool, + #[arg(short = 't', long, help = "Makes the program use the ASSISTANT_TOKEN_TEST env var instead of ASSISTANT_TOKEN. This env var should hold the token of a non-production bot.")] + test: String } struct Data {