Fix
This commit is contained in:
parent
f75137e87c
commit
b17c944508
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>Hadder</groupId>
|
<groupId>Hadder</groupId>
|
||||||
<artifactId>Hadder</artifactId>
|
<artifactId>Hadder</artifactId>
|
||||||
<version>1.3.20</version>
|
<version>1.3.21</version>
|
||||||
<name>Hadder</name>
|
<name>Hadder</name>
|
||||||
<inceptionYear>2019</inceptionYear>
|
<inceptionYear>2019</inceptionYear>
|
||||||
<description>Hadder is a multi-purpose Discord bot.</description>
|
<description>Hadder is a multi-purpose Discord bot.</description>
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ public class Hadder {
|
||||||
builder.setShardsTotal(1);
|
builder.setShardsTotal(1);
|
||||||
builder.setChunkingFilter(ChunkingFilter.NONE);
|
builder.setChunkingFilter(ChunkingFilter.NONE);
|
||||||
builder.setBulkDeleteSplittingEnabled(true);
|
builder.setBulkDeleteSplittingEnabled(true);
|
||||||
builder.setActivity(Activity.listening("to h.help"));
|
builder.setActivity(Activity.listening("h.help"));
|
||||||
builder.setStatus(OnlineStatus.DO_NOT_DISTURB);
|
builder.setStatus(OnlineStatus.DO_NOT_DISTURB);
|
||||||
builder.setToken(config.getBotToken());
|
builder.setToken(config.getBotToken());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue