Skip to content

Commit 4a09731

Browse files
deleted subcommands package
1 parent 18025ab commit 4a09731

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

src/main/java/net/javadiscord/javabot/systems/configuration/ConfigCommand.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
import com.dynxsty.dih4jda.interactions.commands.SlashCommand;
44
import net.dv8tion.jda.api.interactions.commands.build.Commands;
55
import net.javadiscord.javabot.Bot;
6-
import net.javadiscord.javabot.systems.configuration.subcommands.ExportConfigSubcommand;
7-
import net.javadiscord.javabot.systems.configuration.subcommands.GetConfigSubcommand;
8-
import net.javadiscord.javabot.systems.configuration.subcommands.SetConfigSubcommand;
96
import net.javadiscord.javabot.systems.moderation.CommandModerationPermissions;
107

118
/**

src/main/java/net/javadiscord/javabot/systems/configuration/subcommands/ConfigSubcommand.java renamed to src/main/java/net/javadiscord/javabot/systems/configuration/ConfigSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javadiscord.javabot.systems.configuration.subcommands;
1+
package net.javadiscord.javabot.systems.configuration;
22

33
import com.dynxsty.dih4jda.interactions.commands.SlashCommand;
44
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;

src/main/java/net/javadiscord/javabot/systems/configuration/subcommands/ExportConfigSubcommand.java renamed to src/main/java/net/javadiscord/javabot/systems/configuration/ExportConfigSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javadiscord.javabot.systems.configuration.subcommands;
1+
package net.javadiscord.javabot.systems.configuration;
22

33
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
44
import net.dv8tion.jda.api.interactions.commands.build.SubcommandData;

src/main/java/net/javadiscord/javabot/systems/configuration/subcommands/GetConfigSubcommand.java renamed to src/main/java/net/javadiscord/javabot/systems/configuration/GetConfigSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javadiscord.javabot.systems.configuration.subcommands;
1+
package net.javadiscord.javabot.systems.configuration;
22

33
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
44
import net.dv8tion.jda.api.interactions.commands.OptionMapping;

src/main/java/net/javadiscord/javabot/systems/configuration/subcommands/SetConfigSubcommand.java renamed to src/main/java/net/javadiscord/javabot/systems/configuration/SetConfigSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javadiscord.javabot.systems.configuration.subcommands;
1+
package net.javadiscord.javabot.systems.configuration;
22

33
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
44
import net.dv8tion.jda.api.interactions.commands.OptionMapping;

0 commit comments

Comments
 (0)