File tree 4 files changed +18
-9
lines changed
src/main/java/wiresegal/wob
4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 2
2
.idea /
3
3
target /
4
4
* .iml
5
-
6
- TokenHolder.kt
5
+ dependency-reduced-pom.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 97
97
<artifactId >heroku-maven-plugin</artifactId >
98
98
<version >2.0.2</version >
99
99
<configuration >
100
- <appName >one-punch-bot </appName >
100
+ <appName >wobwobwob </appName >
101
101
<processTypes >
102
- <run >java $JAVA_OPTS -cp target/classes:target/dependency/* eladkay.onepunchbot.Main </run >
102
+ <run >java $JAVA_OPTS -cp target/classes:target/dependency/* wiresegal.wob.WordsOfBrandonKt </run >
103
103
</processTypes >
104
104
</configuration >
105
105
</plugin >
175
175
<artifactId >jsoup</artifactId >
176
176
<version >1.11.2</version >
177
177
</dependency >
178
+ <dependency >
179
+ <groupId >de.btobastian.javacord</groupId >
180
+ <artifactId >javacord</artifactId >
181
+ <version >3.0</version >
182
+ <scope >system</scope >
183
+ <systemPath >${project.basedir} /libs/javacord-3.0.0-shaded.jar</systemPath >
184
+ </dependency >
178
185
</dependencies >
179
186
180
187
</project >
Original file line number Diff line number Diff line change
1
+ package wiresegal.wob
2
+
3
+ /* *
4
+ * @author WireSegal
5
+ * Created at 12:03 AM on 1/26/18.
6
+ */
7
+
8
+ val token: String = System .getenv(" DISCORD_TOKEN" )
You can’t perform that action at this time.
0 commit comments