v1.3.21 #567

Merged
greg6775 merged 6 commits from greg-dev into master 2020-11-01 14:41:55 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>Hadder</groupId>
<artifactId>Hadder</artifactId>
<version>1.3.20</version>
<version>1.3.21</version>
<name>Hadder</name>
<inceptionYear>2019</inceptionYear>
<description>Hadder is a multi-purpose Discord bot.</description>
@ -69,7 +69,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_212</version>
<version>4.2.0_214</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@ -99,7 +99,7 @@
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.53</version>
<version>1.3.54</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

View file

@ -64,7 +64,7 @@ public class Hadder {
builder.setShardsTotal(1);
builder.setChunkingFilter(ChunkingFilter.NONE);
builder.setBulkDeleteSplittingEnabled(true);
builder.setActivity(Activity.listening("to h.help"));
builder.setActivity(Activity.listening("h.help"));
builder.setStatus(OnlineStatus.DO_NOT_DISTURB);
builder.setToken(config.getBotToken());