Skip to content

Commit

Permalink
Add source link to the suggest command
Browse files Browse the repository at this point in the history
  • Loading branch information
Senither committed Apr 11, 2018
1 parent e499f6a commit e511419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group 'com.avairebot'
version '1.0-SNAPSHOT'
version '1.0'
description 'A simple plugin for AvaIre that adds suggestion features'

sourceCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.avairebot.commands.CommandMessage;
import com.avairebot.contracts.commands.Command;
import com.avairebot.contracts.commands.CommandSource;
import com.avairebot.plugin.JavaPlugin;
import net.dv8tion.jda.core.EmbedBuilder;
import net.dv8tion.jda.core.entities.Emote;
Expand All @@ -13,6 +14,7 @@
import java.util.List;
import java.util.concurrent.TimeUnit;

@CommandSource(uri = "https://github.com/avaire/suggestion-plugin/blob/master/src/main/java/com/avairebot/plugin/utility/SuggestCommand.java")
public class SuggestCommand extends Command {

private final JavaPlugin plugin;
Expand Down

0 comments on commit e511419

Please sign in to comment.