diff --git a/.env b/.env new file mode 100644 index 0000000..e952d6d --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +DOKI_TOKEN=OTM4NTIyNzgxMDM1OTIxNDQ4.G49Qim.wrCrGvb3YwTQEMMoJ0P3LpSCWcaeL2AAuOOsEI +DOKI_WARNING_CHANNEL=1320191969137393736 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4f8df73..9b563a8 100644 --- a/.gitignore +++ b/.gitignore @@ -44,5 +44,4 @@ config*.json !**/resources/config.schema.json ### why would this not be here already ### -/logs/ -*.env \ No newline at end of file +/logs/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index a7ab3a6..8a6f75d 100644 --- a/pom.xml +++ b/pom.xml @@ -67,22 +67,4 @@ 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