Bump app ver and move to new JDA ver
This commit is contained in:
parent
803b763198
commit
2e1e2f5127
4
pom.xml
4
pom.xml
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<groupId>me.braydon</groupId>
|
<groupId>me.braydon</groupId>
|
||||||
<artifactId>LicenseServer</artifactId>
|
<artifactId>LicenseServer</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<description>A simple open-source licensing server for your products.</description>
|
<description>A simple open-source licensing server for your products.</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.dv8tion</groupId>
|
<groupId>net.dv8tion</groupId>
|
||||||
<artifactId>JDA</artifactId>
|
<artifactId>JDA</artifactId>
|
||||||
<version>5.0.0-beta.9</version>
|
<version>5.0.0-beta.10</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>club.minnced</groupId>
|
<groupId>club.minnced</groupId>
|
||||||
|
@ -166,7 +166,7 @@ public final class DiscordService {
|
|||||||
|
|
||||||
// Log that we're logged in
|
// Log that we're logged in
|
||||||
log.info("Logged into {} in {}ms",
|
log.info("Logged into {} in {}ms",
|
||||||
jda.getSelfUser().getAsTag(), System.currentTimeMillis() - before
|
jda.getSelfUser().getEffectiveName(), System.currentTimeMillis() - before
|
||||||
);
|
);
|
||||||
|
|
||||||
// Registering slash commands
|
// Registering slash commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user