commit
a3d4e5f44a
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
|
@ -94,7 +94,7 @@
|
|||
<dependency>
|
||||
<groupId>org.kohsuke</groupId>
|
||||
<artifactId>github-api</artifactId>
|
||||
<version>1.119</version>
|
||||
<version>1.122</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sedmelluq</groupId>
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ public class PrivateMessageListener extends ListenerAdapter {
|
|||
|
||||
e.getChannel().sendMessage(new EmbedBuilder()
|
||||
.setTitle("No DM support")
|
||||
.setDescription("You have to execute your commands on a guild!")
|
||||
.setDescription("You have to execute your commands on a guild! For further support join our Discord server [here](https://discord.gg/nPwjaJk)")
|
||||
.setColor(Color.RED)
|
||||
.setFooter("Hadder", "https://bigbotnetwork.com/images/Hadder.png")
|
||||
.setTimestamp(Instant.now())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue