Skip to content

Commit

Permalink
Added Yui Version to .info
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Mar 21, 2016
1 parent 142a4a1 commit 922395a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/dv8tion/discord/commands/InfoCommand.java
Expand Up @@ -15,6 +15,7 @@
*/
package net.dv8tion.discord.commands;

import net.dv8tion.discord.YuiInfo;
import net.dv8tion.jda.JDAInfo;
import net.dv8tion.jda.MessageBuilder;
import net.dv8tion.jda.events.message.MessageReceivedEvent;
Expand All @@ -30,6 +31,7 @@ public void onCommand(MessageReceivedEvent e, String[] args)
{
MessageBuilder builder = new MessageBuilder();
builder.appendString("__Yui Information__\n")
.appendString(" **Version**: " + YuiInfo.VERSION + "\n")
.appendString("__Creator__\n")
.appendString(" **Name**: DV8FromTheWorld (#6297)\n")
.appendString(" **ID**: 107562988810027008\n")
Expand Down

0 comments on commit 922395a

Please sign in to comment.