Compare commits

..

No commits in common. "master" and "v1.1.0" have entirely different histories.

3 changed files with 3 additions and 20 deletions

2
.env Normal file
View file

@ -0,0 +1,2 @@
DOKI_TOKEN=OTM4NTIyNzgxMDM1OTIxNDQ4.G49Qim.wrCrGvb3YwTQEMMoJ0P3LpSCWcaeL2AAuOOsEI
DOKI_WARNING_CHANNEL=1320191969137393736

1
.gitignore vendored
View file

@ -45,4 +45,3 @@ config*.json
### why would this not be here already ### ### why would this not be here already ###
/logs/ /logs/
*.env

18
pom.xml
View file

@ -67,22 +67,4 @@
<version>4.28.2</version> <version>4.28.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrfix>lib/</classpathPrfix>
<mainClass>net.hypr.doki.Doki</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>