Fix indentation
This commit is contained in:
parent
d6492bae8f
commit
56475ef685
@ -4,7 +4,6 @@ import moe.kageru.kagebot.MessageUtil.sendEmbed
|
||||
import moe.kageru.kagebot.config.Config
|
||||
import moe.kageru.kagebot.config.ConfigParser
|
||||
import org.javacord.api.event.message.MessageCreateEvent
|
||||
import java.lang.reflect.InvocationTargetException
|
||||
|
||||
class SetConfigFeature : MessageFeature {
|
||||
@ExperimentalStdlibApi
|
||||
|
@ -39,7 +39,7 @@ class CommandTest : StringSpec({
|
||||
Globals.commandCounter.get() shouldBe (before + 1)
|
||||
}
|
||||
}
|
||||
"should match prefix command" {
|
||||
"should match prefix command" {
|
||||
withCommands(
|
||||
"""
|
||||
[[command]]
|
||||
|
Loading…
Reference in New Issue
Block a user