forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -3,7 +3,10 @@ package de.steamwar.commands.user
|
||||
import com.github.ajalt.clikt.core.CliktCommand
|
||||
import com.github.ajalt.clikt.core.Context
|
||||
|
||||
class UserCommand: CliktCommand("user") {
|
||||
override fun run() = Unit
|
||||
override fun help(context: Context): String = "User related commands"
|
||||
class UserCommand : CliktCommand("user") {
|
||||
override fun run() =
|
||||
Unit
|
||||
|
||||
override fun help(context: Context): String =
|
||||
"User related commands"
|
||||
}
|
||||
Reference in New Issue
Block a user