Merge pull request #608 from BigBotNetwork/greg-dev

New pm listener
This commit is contained in:
Skidder 2021-01-17 13:47:57 +01:00 committed by GitHub
commit a3d4e5f44a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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())