This commit is contained in:
GregTCLTK 2019-11-24 21:31:17 +01:00
parent a8b73c6b4a
commit e602cd4283
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -73,6 +73,8 @@ public class ScreenShareCommand implements Command {
.setDescription("http://discordapp.com/channels/" + event.getGuild().getId() + "/" + vcs.get(0).getId() + "/")).build()).queue();
}
}
} else {
event.getHelpCommand().sendHelp(this, event.getRethink(), event.getAuthor(), event.getTextChannel());
}
}