remove #102

Merged
greg6775 merged 9 commits from master into greg-dev 2019-11-25 14:10:24 +01:00
Showing only changes of commit 156ef71fe5 - Show all commits

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(); .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());
} }
} }