From 153528823b7732ba22af4d9b95f4fae355002299 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Sun, 15 Feb 2026 23:41:12 +0000 Subject: [PATCH 1/2] obviously this token doesnt work anymore --- .env | 2 -- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index e952d6d..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -DOKI_TOKEN=OTM4NTIyNzgxMDM1OTIxNDQ4.G49Qim.wrCrGvb3YwTQEMMoJ0P3LpSCWcaeL2AAuOOsEI -DOKI_WARNING_CHANNEL=1320191969137393736 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9b563a8..4f8df73 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,5 @@ config*.json !**/resources/config.schema.json ### why would this not be here already ### -/logs/ \ No newline at end of file +/logs/ +*.env \ No newline at end of file From 64b37a2d446817cdf66d9a41ab201ae8b004f93a Mon Sep 17 00:00:00 2001 From: Roscoe Date: Mon, 16 Feb 2026 00:03:42 +0000 Subject: [PATCH 2/2] hhhh --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 8a6f75d..a7ab3a6 100644 --- a/pom.xml +++ b/pom.xml @@ -67,4 +67,22 @@ 4.28.2 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.1 + + + + true + lib/ + net.hypr.doki.Doki + + + + + + \ No newline at end of file