Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit b1d8d24

Browse files
committed
Quick update relating the Force Command
1 parent 8d59d88 commit b1d8d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/samifying/plugin/modules/commands/ForceCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public void execute(MainPlugin plugin, Member member, TextChannel channel, Strin
2626
access.insertData(args[1], args[2]);
2727
access.close();
2828
addMinecraftRole(args[1], jda);
29+
channel.sendMessage("Success, the person has been manually verified").queue();
2930
} catch (Exception e) {
3031
plugin.handleException(e);
3132
channel.sendMessage("Error: " + e.getMessage()).queue();
@@ -38,6 +39,7 @@ public void execute(MainPlugin plugin, Member member, TextChannel channel, Strin
3839
if (args[0].equals("role")) {
3940
if (args.length == 2) {
4041
addMinecraftRole(args[1], jda);
42+
channel.sendMessage("Success, role has been added").queue();
4143
} else {
4244
channel.sendMessage("Usage: `!force role <discord-id>`").queue();
4345
}

0 commit comments

Comments
 (0)