removed unnessesary env var (untested)

This commit is contained in:
2025-03-02 02:08:09 +01:00
parent 9a87342dd2
commit 2774b56e30
4 changed files with 17 additions and 18 deletions
-3
View File
@@ -32,9 +32,6 @@ use tokio::time;
use websocket::send_cmd_json;
// TODO: bot command permissions
#[derive(Parser, Serialize, Clone)]
struct Args {
#[arg(short = 'p', long, default_value = "2920", help = "Sets the port number, e.g 2200.")]