Skip to content

Commit

Permalink
Move tests to package
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Aug 12, 2024
1 parent a896fc3 commit 7032d16
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.freya022.botcommands.test.commands.slash
package io.github.freya022.botcommands.test.commands.slash.userapps

import dev.minn.jda.ktx.coroutines.await
import io.github.freya022.botcommands.api.commands.annotations.Command
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.freya022.botcommands.test.commands.slash
package io.github.freya022.botcommands.test.commands.slash.userapps

import dev.minn.jda.ktx.coroutines.await
import dev.minn.jda.ktx.messages.MessageCreate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.freya022.botcommands.test.commands.slash
package io.github.freya022.botcommands.test.commands.slash.userapps

import dev.minn.jda.ktx.coroutines.await
import dev.minn.jda.ktx.messages.reply_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.freya022.botcommands.test.commands.slash
package io.github.freya022.botcommands.test.commands.slash.userapps

import dev.minn.jda.ktx.coroutines.await
import dev.minn.jda.ktx.messages.into
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.freya022.botcommands.test.commands.slash
package io.github.freya022.botcommands.test.commands.slash.userapps

import dev.minn.jda.ktx.coroutines.await
import dev.minn.jda.ktx.messages.reply_
Expand Down

0 comments on commit 7032d16

Please sign in to comment.