File tree Expand file tree Collapse file tree
application/src/main/java/org/togetherjava/tjbot/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import net .dv8tion .jda .api .JDA ;
44
5- import org .togetherjava .tjbot .commands .github .GitHubCommand ;
6- import org .togetherjava .tjbot .commands .github .GitHubReference ;
75import org .togetherjava .tjbot .config .Config ;
86import org .togetherjava .tjbot .config .FeatureBlacklist ;
97import org .togetherjava .tjbot .config .FeatureBlacklistConfig ;
2321import org .togetherjava .tjbot .features .code .CodeMessageHandler ;
2422import org .togetherjava .tjbot .features .code .CodeMessageManualDetection ;
2523import org .togetherjava .tjbot .features .filesharing .FileSharingMessageListener ;
24+ import org .togetherjava .tjbot .features .github .GitHubCommand ;
25+ import org .togetherjava .tjbot .features .github .GitHubReference ;
2626import org .togetherjava .tjbot .features .help .*;
2727import org .togetherjava .tjbot .features .jshell .JShellCommand ;
2828import org .togetherjava .tjbot .features .jshell .JShellEval ;
Original file line number Diff line number Diff line change 1- package org .togetherjava .tjbot .commands .github ;
1+ package org .togetherjava .tjbot .features .github ;
22
33import net .dv8tion .jda .api .events .interaction .command .CommandAutoCompleteInteractionEvent ;
44import net .dv8tion .jda .api .events .interaction .command .SlashCommandInteractionEvent ;
Original file line number Diff line number Diff line change 1- package org .togetherjava .tjbot .commands .github ;
1+ package org .togetherjava .tjbot .features .github ;
22
33import net .dv8tion .jda .api .EmbedBuilder ;
44import net .dv8tion .jda .api .entities .Message ;
3535 * the bot replies with an embed that contains info on the issue/PR.
3636 */
3737public final class GitHubReference extends MessageReceiverAdapter {
38- static final String ID_GROUP = "id" ;
3938 private static final Logger logger = LoggerFactory .getLogger (GitHubReference .class );
39+ static final String ID_GROUP = "id" ;
4040
4141 /**
4242 * The pattern(#123) used to determine whether a message is referencing an issue.
Original file line number Diff line number Diff line change 33 */
44@ MethodsReturnNonnullByDefault
55@ ParametersAreNonnullByDefault
6- package org .togetherjava .tjbot .commands .github ;
6+ package org .togetherjava .tjbot .features .github ;
77
88import org .togetherjava .tjbot .annotations .MethodsReturnNonnullByDefault ;
99
You can’t perform that action at this time.
0 commit comments