File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/main/java/net/javadiscord/javabot/systems/staff_commands/tags/commands Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
package net .javadiscord .javabot .systems .staff_commands .tags .commands ;
2
2
3
- import com .dynxsty .dih4jda .interactions .commands .SlashCommand ;
4
3
import net .dv8tion .jda .api .events .interaction .command .SlashCommandInteractionEvent ;
5
- import net .dv8tion .jda .api .interactions .commands .build .Commands ;
6
4
import net .dv8tion .jda .api .interactions .commands .build .SubcommandData ;
7
5
import net .dv8tion .jda .api .requests .restaction .interactions .ReplyCallbackAction ;
8
6
import net .dv8tion .jda .api .utils .MarkdownUtil ;
Original file line number Diff line number Diff line change 1
1
package net .javadiscord .javabot .systems .staff_commands .tags .commands ;
2
2
3
3
import com .dynxsty .dih4jda .interactions .commands .AutoCompletable ;
4
- import com .dynxsty .dih4jda .interactions .commands .SlashCommand ;
5
4
import net .dv8tion .jda .api .events .interaction .command .CommandAutoCompleteInteractionEvent ;
6
5
import net .dv8tion .jda .api .events .interaction .command .SlashCommandInteractionEvent ;
7
6
import net .dv8tion .jda .api .interactions .AutoCompleteQuery ;
8
7
import net .dv8tion .jda .api .interactions .commands .OptionMapping ;
9
8
import net .dv8tion .jda .api .interactions .commands .OptionType ;
10
- import net .dv8tion .jda .api .interactions .commands .build .Commands ;
11
9
import net .dv8tion .jda .api .interactions .commands .build .SubcommandData ;
12
10
import net .dv8tion .jda .api .requests .restaction .interactions .ReplyCallbackAction ;
13
11
import net .javadiscord .javabot .Bot ;
You can’t perform that action at this time.
0 commit comments