Merge pull request #99 from BigBotNetwork/greg-dev

Args fix
This commit is contained in:
Skidder 2019-11-24 12:31:50 -08:00 committed by GitHub
commit 156ef71fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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