Skip to content

Commit

Permalink
Add back /user case
Browse files Browse the repository at this point in the history
  • Loading branch information
Moudoux committed May 16, 2017
1 parent a46ec54 commit 81a7da6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public static void doCmd(final String in, final Message message, final SelfBot b
Color.YELLOW);
message.reply("", emb);
break;
case "/user":
case "/embed":
message.delete();
EmbeddedMessageUtil.embed(message, bot);
Expand Down

0 comments on commit 81a7da6

Please sign in to comment.